Json.NET plugin for Npgsql, allowing transparent serialization/deserialization of JSON objects directly to and from the database.
Info
Version: | 8.0.4 |
Author(s): | Shay Rojansky |
Last Update: | Tuesday, September 10, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/npgsql/npgsql |
NuGet Url: | https://www.nuget.org/packages/Npgsql.Json.NET |
Install
Install-Package Npgsql.Json.NET
dotnet add package Npgsql.Json.NET
paket add Npgsql.Json.NET
Npgsql.Json.NET Download (Unzip the "nupkg" after downloading)
Dependencies
- Npgsql(>= 5.0.3)
- Newtonsoft.Json(>= 12.0.2)
Tags