Skip to content
Jarle Aase edited this page Jan 13, 2017 · 9 revisions

autojsoncxx

autojsoncxx ia a header-only library and a code generator to automagically translate between JSON and C++ types.

Based on RapidJSON.

cocos2d-x

cocos2d-x is a multi-platform framework for building 2d games, interactive books, demos and other graphical applications. It is based on cocos2d-iphone, but instead of using Objective-C, it uses C++. It works on iOS, Android, Windows Phone, OS X, Windows and Linux.

It uses RapidJSON for reading/writing game assets in JSON format.

Chromium ANGLE

The goal of ANGLE is to allow Windows users to seamlessly run WebGL and other OpenGL ES content by translating OpenGL ES API calls to DirectX 9 or DirectX 11 API calls.

It uses RapidJSON for performance tests.

Goldfish

Goldfish is an ultra low memory, high speed JSON and CBOR parser/serializer. Uses a constant amount of memory regardless of JSON document size. On par with rapidjson's performance (benchmarks on Goldfish's front page).

keyvi

keyvi is a key value index based on finite state technology.

lua-rapidjson

lua-rapidjson is a very fast JSON module for LuaJIT 2.0/2.1 and Lua 5.1/5.2/5.3.It is based on RapidJSON C++ library.

Microsoft Bond

Microsoft Bond is a cross-platform framework for working with schematized data. It supports cross-language de/serialization and powerful generic mechanisms for efficiently manipulating data. Bond is broadly used at Microsoft in high scale services.

It uses RapidJSON for JSON parsing and generation.

python-rapidjson

python-rapidjson is a Python wrapper around RapidJSON. RapidJSON is an extremely fast C++ json serialization library.

We do not support legacy python versions, you will need to upgrade to Python 3 to use this library.

restc-cpp

restc-cpp is a modern C++ REST Client library aimed at interacting with REST API's. It contains a C++ HTTP client, C++2Json/Json2C++ template based non-intrusive serialization and some high level classes to make it simple and easy to use. Works with Linux (g++, clang), macOS (clang) and Windows (MSVC).

Based on RapidJSON.

xchange

https://github.com/xpol/xchange is a simple project that build a bridge between: msgpack-c, jsoncpp and RapidJSON.