killoctal / pbjson

A fast C++ serialization and de-serialization of Google's protobuf Messages into/from JSON format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pbjson

A fast C++ serialization and de-serialization of Google's protobuf Messages into/from JSON format, which built on rapidjson, inspired from json2pb.

Embedding pbjson

Just copy all files in 'src' folder into your project.

About

A fast C++ serialization and de-serialization of Google's protobuf Messages into/from JSON format.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 93.3%Language:C 6.5%Language:Makefile 0.1%Language:Protocol Buffer 0.1%