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.
- Host: GitHub
- URL: https://github.com/yinqiwen/pbjson
- Owner: yinqiwen
- License: bsd-3-clause
- Created: 2014-02-11T03:52:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-05T12:15:03.000Z (about 8 years ago)
- Last Synced: 2025-04-21T18:43:44.692Z (6 months ago)
- Language: C++
- Size: 232 KB
- Stars: 158
- Watchers: 20
- Forks: 65
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.