Found 5,804 packages
Json.NET is a popular high-performance JSON framework for .NET
Json.NET BSON adds support for reading and writing BSON
The New Relic .NET Agent API supports custom error and metric reporting, custom transaction parameters, custom instrumentation of methods with attributes, and more. If the agent is not installed or is disabled, method invocations of this API will have no effect. You can find more information about the API at https://docs.newrelic.com/docs/apm/agents/net-agent/net-agent-api/guide-using-net-agent-api.
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
Includes the latest New Relic .NET Agent artifacts for deployment to your application's build output directory.
NewId is an ordered 128-bit unique identifier generator using the Flake algorithm.
Swagger Generator opt-in component to support Newtonsoft.Json serializer behaviors
Json.NET Schema is a complete and easy-to-use JSON Schema framework for .NET
.NET library for sending logging context data to New Relic
This library contains converters dependent on the Newtonsoft.Json package for use with Azure.Core.
JSON Schema reader, generator and validator for .NET
MassTransit Newtonsoft JSON/BSON support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
JSON.NET serializer for GraphQL.NET
Refit Serializers for Newtonsoft.Json
Implements the SignalR Hub Protocol using Newtonsoft.Json. This package was built from the source code at https://github.com/dotnet/dotnet/tree/c2435c3e0f46de784341ac3ed62863ce77e117b4
A serializer implementation for GraphQL.Client using Newtonsoft.Json as underlying JSON library
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity. The System.Collections.Immutable 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.
Provides types that support using XML configuration files (app.config). This package exists only to support migrating existing .NET Framework code that already uses System.Configuration. When writing new code, use another configuration system instead, such as Microsoft.Extensions.Configuration.
Simple REST and HTTP API Client
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.