glw_json
JSON serializer
A compact C++ library for fast and efficient JSON serialization without memory allocation during parsing.
Single-header fast and compact C++ library for JSON serialization, no memory allocation during parsing.
8 stars
1 watching
0 forks
Language: C++
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
beached/daw_json_link | A high-performance JSON serialization and parsing library with features like direct mapping to custom data structures and lazy parsing. | 479 |
ymglez/jsonpack | A C++ library that serializes and deserializes complex data structures to and from JSON format efficiently. | 39 |
stephenberry/glaze | A fast and portable JSON library for C++ that supports various features and data formats | 1,414 |
boostorg/json | A C++ library that provides fast and efficient JSON data serialization and deserialization | 434 |
kevin-montrose/jil | A fast JSON serializer and deserializer built on top of the Sigil framework. | 2,147 |
haskell/aeson | A Haskell library for parsing and generating JSON data | 1,257 |
realtimechris/jsonifier | A C++ library providing fast JSON parsing and serialization | 60 |
lloyd/yajl | A fast and portable C library for parsing JSON data from streams, with minimal memory copying and fast performance. | 2,156 |
gschjetne/json-mop | A metaclass library for serializing and deserializing objects in Common Lisp to and from JSON data | 62 |
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,020 |
lcsmuller/json-build | A tiny, ANSI C JSON serializer with no dependencies or dynamic memory allocation | 38 |
xeverous/fuser | A header-only library that enables automatic serialization of C++ types to and from JSON. | 54 |
bytedance/sonic-cpp | A fast JSON serialization and deserialization library with SIMD acceleration | 861 |
gzoller/scalajack | A fast JSON serialization library for Scala classes | 112 |
facebook-csharp-sdk/simple-json | A lightweight JSON serialization and deserialization library for .NET | 382 |