daw_json_link
JSON parser
A high-performance JSON serialization and parsing library with features like direct mapping to custom data structures and lazy parsing.
Fast, convenient JSON serialization and parsing in C++
477 stars
10 watching
31 forks
Language: C++
last commit: 7 days ago
Linked from 3 awesome lists
constexprcppcpp17cpp20daw-json-linkjsonjson-parserparseparserserializationserializer
Related projects:
Repository | Description | Stars |
---|---|---|
beached/daw_json_link_describe | Library that serializes types mapped by Boost.Describe into JSON format | 4 |
beached/daw_json_link_config_parser | An example C++ project to parse a specific configuration file format | 1 |
yak32/glw_json | A compact C++ library for fast and efficient JSON serialization without memory allocation during parsing. | 8 |
boostorg/json | A C++ library that provides fast and efficient JSON data serialization and deserialization | 434 |
bytedance/sonic-cpp | A fast JSON serialization and deserialization library with SIMD acceleration | 855 |
beached/daw_json_link_bigint_mp_numbers | Demonstrates parsing and serialization of large numbers in JSON format using C++ | 0 |
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 |
realtimechris/jsonifier | Fast JSON serialization and deserialization library using modern C++20 features and SIMD instructions | 56 |
gschjetne/json-mop | A metaclass library for serializing and deserializing objects in Common Lisp to and from JSON data | 61 |
xeverous/fuser | A header-only library that enables automatic serialization of C++ types to and from JSON. | 54 |
stephenberry/glaze | A fast and portable JSON library for C++ that supports various features and data formats | 1,221 |
ymglez/jsonpack | A C++ library that serializes and deserializes complex data structures to and from JSON format efficiently. | 39 |
facebook-csharp-sdk/simple-json | A lightweight JSON serialization and deserialization library for .NET | 380 |
haskell/aeson | A Haskell library for parsing and generating JSON data | 1,255 |
python-rapidjson/python-rapidjson | A Python wrapper around an extremely fast C++ JSON parser and serialization library. | 507 |