Skip to content
forked from yinqiwen/pbjson

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

License

Notifications You must be signed in to change notification settings

Jamesweng/pbjson

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.7%
  • Protocol Buffer 3.1%
  • C 2.1%
  • Makefile 0.1%