JsonSrcGen
Json serializer
A C# library that uses source generators to generate JSON serialization code
Json library that uses .NET 5 Source Generators
147 stars
4 watching
4 forks
Language: C#
last commit: over 3 years ago
Linked from 2 awesome lists
csharp-sourcegenerator
Related projects:
Repository | Description | Stars |
---|---|---|
musictopia2/jsonserializercontextgenerator | Generates JSON serializers and contexts for C# objects | 2 |
rudolfkurkams/structpacker | A binary serializer that generates optimized C# serialization code using Source Generators technology | 76 |
hermanussen/jsonbyexamplegenerator | A C# source generator that creates classes from example JSON files. | 78 |
musictopia2/jsondeserializeresourcesourcegenerator | A tool that generates source code from JSON data descriptions | 2 |
boostorg/json | A C++ library that provides fast and efficient JSON data serialization and deserialization | 434 |
realtimechris/jsonifier | Fast JSON serialization and deserialization library using modern C++20 features and SIMD instructions | 56 |
jdereg/json-io | A Java library for serializing and deserializing data to and from JSON format. | 331 |
xeverous/fuser | A header-only library that enables automatic serialization of C++ types to and from JSON. | 54 |
gschjetne/json-mop | A metaclass library for serializing and deserializing objects in Common Lisp to and from JSON data | 61 |
jakubsturc/talk-csharp-source-generators | A presentation about C# Source Generators, covering their purpose and functionality in generating code at compile-time. | 3 |
sake92/tupson | A library for serializing and deserializing JSON data in Scala | 7 |
ymglez/jsonpack | A C++ library that serializes and deserializes complex data structures to and from JSON format efficiently. | 39 |
python-rapidjson/python-rapidjson | A Python wrapper around an extremely fast C++ JSON parser and serialization library. | 507 |
gzoller/scalajack | A fast JSON serialization library for Scala classes | 112 |
ycanardeau/resxgenerator | A C# source generator to create strongly-typed resource classes for localized strings | 32 |