system-text-json
There are 40 repositories under system-text-json topic.
TomaszRewak/C-sharp-stack-only-json-parser
Stack only json deserialization using generators and the System.Text.Json library
weichch/system-text-json-jsondiffpatch
High-performance, low-allocating JSON object diff and patch extension for System.Text.Json. Support generating patch document in RFC 6902 JSON Patch format.
jet/FsCodec
F# Event-Union Contract Encoding with versioning tolerant converters supporting System.Text.Json and Newtonsoft.Json
J0rgeSerran0/JsonNamingPolicy
Naming policies for System.Text.Json
rmja/PolyJson
Attribute based, polymorphic support for System.Text.Json.
Open-NET-Libraries/Open.Serialization
DI/IoC agnostic interfaces for injecting any serialization library.
ankitvijay/Enumeration
Enumeration class as an alternate to enum types
manne/obviously
Roslyn code generator for semantic types
aviationexam/json-converter-source-generator
Source generated polymorphic JSON converters
YellowLineParking/Appy.Flurl
Flurl http and serialization extensions
osexpert/GoreRemoting
Grpc Remoting library for migration from .NET Remoting
darthfabar/JsonPropertyAnalyzer
JsonPropertyName attributes added by roslyn
Vijay-Nirmal/JsonCraft
The fastest .NET library for querying JSON documents using JSONPath expressions with System.Text.Json
Agrabski/JsonVersion
Library for creating a versioned json files with migrations between versions
Agrabski/Urbanite
Extension to system.text.json that makes it easier to serialize polymorphic types
boeschenstein/aspnetefcore5-specification
ASP.NET Core 5 WebApi (Get,Put,Post), EF Core 5, Specification Pattern, MediatR, Unit- and Integration Testing (FluentAssertions, Moq, AutoMoqer/AutoMoqCore, Bogus, AutoBogus, AutoBogus/AutoFaker, AutoFixture), System.Text.Json vs. Newtonsoft
DamirsCorner/20230915-dotnet-ef-load-json
Sample project for 'Loading data from JSON in EF Core' blogpost
daydin14/JokerService
A .NET Worker Windows Service using BackgroundService. Logs Computer Programming Jokes and can send emails.
nikvoronin/Json.TimeInterval
Extends System.Text.Json with a custom new TimeInterval type.
scalablecory/system-text-json-samples
System.Text.Json samples
ScarletKuro/Scarlet.System.Text.Json.DateTimeConverter
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.
weichch/system-text-json-cli
A JSON manipulation command-line tool based on System.Text.Json.
cuture/Cuture.Extensions.SystemTextJson.Dynamic
Extension of `System.Text.Json` to support dynamic access using `dynamic`; 对 `System.Text.Json` 的拓展,以支持使用 `dynamic` 进行动态访问
dcyuksel/CustomJsonConverter
Custom Json Converter with System.Text.Json
Depra-Inc/Serialization
A library with an abstract implementation of the serialization interface, basic serializer types, and support for integrations and extensions
ERNI-Academy/assets-serializers-abstraction
Serializer abstractions to work with System.Text.Json, Newtonsoft, Messagepack etc
ishanpranav/json-converters
A collection of custom converters for System.Text.Json
aimenux/JsonConverterWebApiDemo
Using custom JsonConverter to return derived types in api response
aimenux/JsonPathDemo
Playing with json path
aimenux/JsonPolymorphicDemo
Serialization and deserialization of polymorphic types
aimenux/JsonStringEnumConverterDemo
Using various ways to support serialization/deserialization and model binding of enums in web api
DamirsCorner/20230623-dotnet-json-enum-member-name
Sample project for 'Custom enum value name in System.Text.Json' blogpost
DamirsCorner/20230714-dotnet-json-converter-priority
Sample project for 'Priority of JSON converter attributes' blogpost
dennisshevtsov/polimorphic-json-sample
The project contains a sample of the polimorphic hierarchy serialization using System.Text.Json library.
Hixon10/NewtonsoftJsonUsageAnalyzer
Detect and block Newtonsoft.Json library usage
jscarle/SystemTextJsonCustomEnumSerialization
Comparing different methods of serializing and deserializing custom enum values using System.Text.Json in .NET.