Jsonifier
JSON parser serializer
A C++ library providing fast JSON parsing and serialization
A few classes for extremely fast json parsing/serializing in modern C++. Possibly the fastest json parser in C++. Possibly the fastest json serializer in C++.
60 stars
5 watching
5 forks
Language: C++
last commit: about 22 hours ago
Linked from 1 awesome list
avxavx2avx512c-plus-pluscppjasonparserjsonjson-parsingjson-parsing-libraryjson-simdjsonifierparsingserializationsimd-instructions
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,410 |
bytedance/sonic-cpp | A fast JSON serialization and deserialization library with SIMD acceleration | 861 |
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 | 62 |
python-rapidjson/python-rapidjson | A fast C++ JSON parser and serialization library wrapped in a Python 3 extension. | 508 |
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. | 479 |
haskell/aeson | A Haskell library for parsing and generating JSON data | 1,257 |
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. | 102 |
mikeywaites/kim | A Python framework for serializing and marshaling complex data structures into JSON format. | 314 |
jdereg/json-io | Converts Java objects to and from JSON format with serialization options. | 331 |