Skip to content

Latest commit

 

History

History
12 lines (5 loc) · 323 Bytes

README.md

File metadata and controls

12 lines (5 loc) · 323 Bytes

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.