Json.NET plugin for Npgsql, allowing transparent serialization/deserialization of JSON objects directly to and from the database.
Info
| Version: | 10.0.0-rc.1 |
| Author(s): | Shay Rojansky |
| Last Update: | Sunday, October 5, 2025 |
| .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