/pbjson

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

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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.