fuser
JSON serializer
A header-only library that enables automatic serialization of C++ types to and from JSON.
Header-only library for automatic (de)serialization of C++ types to/from JSON.
54 stars
3 watching
2 forks
Language: C++
last commit: over 4 years ago cppcpp11cpp14cpp17jsonserializationserialization-library
Related projects:
Repository | Description | Stars |
---|---|---|
realtimechris/jsonifier | Fast JSON serialization and deserialization library using modern C++20 features and SIMD instructions | 56 |
xdbr/cpp-generic-serialize | A header-only C++11 library for serializing arbitrary data types and nested containers to binary format. | 7 |
boostorg/json | A C++ library that provides fast and efficient JSON data serialization and deserialization | 434 |
xyncro/chiron | A JSON serialization library for F#. | 174 |
stephenberry/glaze | A fast and portable JSON library for C++ that supports various features and data formats | 1,221 |
yak32/glw_json | A compact C++ library for fast and efficient JSON serialization without memory allocation during parsing. | 8 |
kevin-montrose/jil | A fast JSON serializer and deserializer built on top of the Sigil framework. | 2,147 |
beached/daw_json_link | A high-performance JSON serialization and parsing library with features like direct mapping to custom data structures and lazy parsing. | 477 |
compactr/compactr.js | A JSON serialization library that provides schema-based data compression and validation. | 101 |
bytedance/sonic-cpp | A fast JSON serialization and deserialization library with SIMD acceleration | 855 |
ymglez/jsonpack | A C++ library that serializes and deserializes complex data structures to and from JSON format efficiently. | 39 |
trampster/jsonsrcgen | A C# library that uses source generators to generate JSON serialization code | 146 |
haskell/aeson | A Haskell library for parsing and generating JSON data | 1,255 |
xposure/atma.json | A JSON serialization framework for a specific programming language. | 8 |
lancercomet/suntori | A JSON de/serializer to ensure safe data processing at runtime | 10 |