16 packages tagged with “JsonConverter”
Collection of simple pieces of reusable code designed such that dependencies aren't forced upon consumers of its packages. Package is shipped as source code.
Contains an AnyOfJsonConverter which can be used to serialize and deserialize an AnyOf<TFirst, TSecond, ...> type.
A .NET Standard class library with JsonConverters to assist with serializing/deserializing collections, including support for collections serialized as either an array or single value.
A System.Text.Json AbbreviatedSmartEnum converter
JsonSerialize時に暗号化します
EnumJsonConverterFactory, Base64JsonConverterFactory, UnescapeInPlace
A JSON converter factory for .NET that simplifies the serialization and deserialization of NJsonSchema objects.
A source generator for C# that uses Roslyn to create extensions and parsers for enumerations
System.Text.Json JsonConverters for F# types
.NET 6 is missing serialization/deserialization support for DateOnly and TimeOnly when using the JsonSerializer class. This provides converters that largely match the .NET 7 implementation.
JSON utilities and custom converters for System.Text.Json in C#. Includes MultiFormatDateTimeConverter, ConditionalStringEnumConverter, PolymorphicJsonConverterFactory, and JsonOptions. Essential for advanced JSON serialization scenarios.
A JSON Converter for deserializing message types based on a field in the JSON.
A custom attribute for System.Text.Json that allows you to specify custom date formats for DateTime, DateTimeOffset, and their nullable counterparts during JSON serialization and deserialization.