Top 20 NuGet json Packages

Builds UI from configuration data and synchronizes UI components value back to configuration data.
Safe and key-path-able JSON navigator for System.Json
C# queue wrapper around HttpClient
Format json into ascii tables, csv, etc.
Behavior that handles a token un message header, between request
A lightweight JSON parser that uses only the .NET System package as a dependency.
Persist data to json or xml files.
Simple JSON file storage
GraphQL for .NET
A library that enables you to use Episerver as a headless API, without Find.
A custom contract resolver for JSON.NET that allows for an easy way to specify exactly which properties to serialize, without resorting to adding attributes to the classes to be serialized.
A configuration source for ConfygureOut that loads configuration values from json files
Analyzer for comparing JSON and POCO types. Packaged for use in a VSIX project.
Detects MIME type based on file content or file extension
A JSON serialization support for the Message.Router library.
Small lightweight library for communicating with Solr.
Package PagedList 's extension
PagedList That can pass by json
A simplified Generic method to GET or POST JSON using HTTP, & get it deserialized or serialized into the Object of specified type. Example: Sample sample = new JsonHttpClient<Sample>("http://localhost:10000/api/values").Deserialize();