Skip to content

Parses arbitrary serialized protobufs (given a schema) converting them to json.

License

Notifications You must be signed in to change notification settings

rohitsaboo/proto2json

Repository files navigation

Setup and Build

Run ./setup.sh to install the necessary dependencies in order to run this tool.

Run ./build.sh to build the tool.

Running

Example

$ ./proto2json.sh --schema=test/test.proto --root=Recording --in=test/test.pb --out=out.json

Limitations

  • This has been barely tested or written in a clean way.
  • It only operates with protobuf schemas that do not have dependencies in other files.
  • Pull requests are welcome to clean up, have a better setup, extend functionality, etc.

About

Parses arbitrary serialized protobufs (given a schema) converting them to json.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published