json
JSON serializer
A C++ library that provides fast and efficient JSON data serialization and deserialization
A C++11 library for parsing and serializing JSON to and from a DOM container in memory.
434 stars
22 watching
97 forks
Language: C++
last commit: 6 days ago
Linked from 2 awesome lists
boostcpluspluscplusplus-11fastheader-onlyjsonjson-librariesparse
Related projects:
Repository | Description | Stars |
---|---|---|
boostorg/serialization | Provides a C++ framework for serializing and deserializing data structures to and from various formats | 121 |
realtimechris/jsonifier | Fast JSON serialization and deserialization library using modern C++20 features and SIMD instructions | 56 |
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 |
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 |
haskell/aeson | A Haskell library for parsing and generating JSON data | 1,255 |
ymglez/jsonpack | A C++ library that serializes and deserializes complex data structures to and from JSON format efficiently. | 39 |
bytedance/sonic-cpp | A fast JSON serialization and deserialization library with SIMD acceleration | 855 |
xeverous/fuser | A header-only library that enables automatic serialization of C++ types to and from JSON. | 54 |
beached/daw_json_link_describe | Library that serializes types mapped by Boost.Describe into JSON format | 4 |
kevin-montrose/jil | A fast JSON serializer and deserializer built on top of the Sigil framework. | 2,147 |
swissdatasciencecenter/calamus | A Python library for serializing data to JSON-LD format | 29 |
lcsmuller/json-build | A tiny, ANSI C JSON serializer with no dependencies or dynamic memory allocation | 38 |
python-rapidjson/python-rapidjson | A Python wrapper around an extremely fast C++ JSON parser and serialization library. | 507 |
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 |