Jsonifier
JSON processor
Fast JSON serialization and deserialization library using modern C++20 features and SIMD instructions
A few classes for extremely fast json parsing/serializing in modern C++.
56 stars
5 watching
4 forks
Language: C++
last commit: 4 days ago
Linked from 1 awesome list
cppjasonparserjsonjson-parsingjson-parsing-libraryjson-simdjsonifierparsingserializationsimd-instructionssimd-json
Related projects:
Repository | Description | Stars |
---|---|---|
boostorg/json | A C++ library that provides fast and efficient JSON data serialization and deserialization | 434 |
jsonapi-serializer/jsonapi-serializer | A fast JSON serialization library for Ruby objects | 1,407 |
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 |
gschjetne/json-mop | A metaclass library for serializing and deserializing objects in Common Lisp to and from JSON data | 61 |
python-rapidjson/python-rapidjson | A Python wrapper around an extremely fast C++ JSON parser and serialization library. | 507 |
yak32/glw_json | A compact C++ library for fast and efficient JSON serialization without memory allocation during parsing. | 8 |
ymglez/jsonpack | A C++ library that serializes and deserializes complex data structures to and from JSON format efficiently. | 39 |
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 |
swissdatasciencecenter/calamus | A Python library for serializing data to JSON-LD format | 29 |
scala-jsonapi/scala-jsonapi | A Scala library for serializing and deserializing JSON API data structures into standard JSON formats. | 107 |
compactr/compactr.js | A JSON serialization library that provides schema-based data compression and validation. | 101 |
mikeywaites/kim | A Python framework for serializing and marshaling complex data structures into JSON format. | 316 |
jdereg/json-io | A Java library for serializing and deserializing data to and from JSON format. | 331 |