JsonSrcGen
Json serializer
A C# library that uses source generators to generate JSON serialization code
Json library that uses .NET 5 Source Generators
146 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 | 77 |
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 | A C++ library providing fast JSON parsing and serialization | 60 |
jdereg/json-io | Converts Java objects to and from JSON format with serialization options. | 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 | 62 |
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 | 8 |
ymglez/jsonpack | A C++ library that serializes and deserializes complex data structures to and from JSON format efficiently. | 39 |
python-rapidjson/python-rapidjson | A fast C++ JSON parser and serialization library wrapped in a Python 3 extension. | 508 |
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 | 31 |