An open API service indexing awesome lists of open source software.

https://github.com/yinqiwen/pbjson

A fast C++ serialization and de-serialization of Google's protobuf Messages into/from JSON format.
https://github.com/yinqiwen/pbjson

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

pbjson
======

A fast C++ serialization and de-serialization of Google's protobuf Messages into/from JSON format, which built on [rapidjson](https://code.google.com/p/rapidjson/), inspired from [json2pb](https://github.com/shramov/json2pb).

## Embedding pbjson

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