TeuJson
JSON serializer
A lightweight and reflection-less JSON serialization library that generates code for serializing and deserializing objects at compile time.
A Reflection-less and Lightweight Json Library using source generator.
1 stars
1 watching
0 forks
Language: C#
last commit: 10 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
kevin-montrose/jil | A fast JSON serializer and deserializer built on top of the Sigil framework. | 2,147 |
xposure/atma.json | A JSON serialization framework for a specific programming language. | 8 |
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 |
kbss-cvut/jb4jsonld | A Java library for serializing and deserializing objects to JSON-LD format using annotations. | 12 |
yak32/glw_json | A compact C++ library for fast and efficient JSON serialization without memory allocation during parsing. | 8 |
pigulla/json-strictify | A utility for safely serializing data to JSON without losing information or causing infinite loops | 19 |
haskell/aeson | A Haskell library for parsing and generating JSON data | 1,255 |
lancercomet/suntori | A JSON de/serializer to ensure safe data processing at runtime | 10 |
sake92/tupson | A library for serializing and deserializing JSON data in Scala | 7 |
ngs-doo/dsl-json | A high-performance JSON serialization library for Java, designed to work efficiently with existing POJO classes and providing features such as compile-time databinding and streaming support. | 1,013 |
boostorg/json | A C++ library that provides fast and efficient JSON data serialization and deserialization | 434 |
zerosnake0/jzon | A high-performance JSON serialization library built as an alternative to jsoniter with some key differences and improvements. | 11 |
trampster/jsonsrcgen | A C# library that uses source generators to generate JSON serialization code | 147 |
spellbook-technology/transmutation | A gem that provides a simple way to serialize Ruby objects into JSON with an opinionated approach to serializer lookup | 9 |