Found 9,362 packages
Json.NET is a popular high-performance JSON framework for .NET
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data. The System.Text.Json library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
Includes types that provide support for creating, serializing and validating JSON Web Tokens. This is a newer, faster version of System.IdentityModel.Tokens.Jwt that has additional functionality.
JSON configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read your application's settings from a JSON file. You can use JsonConfigurationExtensions.AddJsonFile extension method on IConfigurationBuilder to add the JSON configuration provider to the configuration builder.
ASP.NET Core support for JSON PATCH. This package was built from the source code at https://github.com/dotnet/dotnet/tree/c2435c3e0f46de784341ac3ed62863ce77e117b4
Json.NET BSON adds support for reading and writing BSON
ASP.NET Core MVC features that use Newtonsoft.Json. Includes input and output formatters for JSON and JSON PATCH. This package was built from the source code at https://github.com/dotnet/dotnet/tree/c2435c3e0f46de784341ac3ed62863ce77e117b4
ASP.NET Core MVC formatters for JSON input and output and for JSON PATCH input using Json.NET.
Provides classes for serializing objects to the JavaScript Object Notation (JSON) and deserializing JSON data to objects. Commonly Used Types: System.Runtime.Serialization.Json.DataContractJsonSerializer When using NuGet 3.x this package requires at least version 3.4.
Includes types that provide support for creating, serializing and validating JSON Web Tokens. As of IdentityModel 7x, this is a legacy tool that should be replaced with Microsoft.IdentityModel.JsonWebTokens.
A simple, compact JSON-based event format for Serilog.
Discriminated Json Subtypes Converter implementation for .NET
Provides extension methods for System.Net.Http.HttpClient and System.Net.Http.HttpContent that perform automatic serialization and deserialization using System.Text.Json. Commonly Used Types: System.Net.Http.Json.HttpClientJsonExtensions System.Net.Http.Json.HttpContentJsonExtensions System.Net.Http.Json.JsonContent
Microsoft.Extensions.Configuration (appsettings.json) support for Serilog.
Json.NET Schema is a complete and easy-to-use JSON Schema framework for .NET
Provides extended functionality for the System.Text.Json namespace.
JSON Schema reader, generator and validator for .NET
JSON Pointer built on the System.Text.Json namespace
A really simple C# JSON parser.
App Metrics Formatters for metrics and environment data to JSON using Newtonsoft.Json.