jsiloto / jsonrpc-lean

Lightweight, fast, transport-agnostic, c++11 implementation of the JSON-RPC 2.0 specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status

jsonrpc-lean

This is a fork from uskr/jsonrpc-lean intended for use in embedded systems. Original rapidjson (https://github.com/miloyip/rapidjson) dependency makes use of C++ stream libraries that imply in a large amount of linked code to binary products. This may be undesired in code memory limited systems. This fork aims to overcome this replacing rapidjson with a lightweight json implementation json11(https://github.com/dropbox/json11).

About

Lightweight, fast, transport-agnostic, c++11 implementation of the JSON-RPC 2.0 specification

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 90.2%Language:M4 5.7%Language:Makefile 3.8%Language:Shell 0.3%