Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

protobuf IDL --> JSON schema [closed]

I want to auto-convert protobuf IDL (sans service specs) to JSON schema as part of a build process. Does there exist a tool I can use for this purpose and if so what is it?

like image 533
user Avatar asked Jul 24 '14 06:07

user


1 Answers

I have found this one interesting: https://github.com/devongovett/protobuf-jsonschema

like image 187
Tomasz Jaskuλa Avatar answered Sep 28 '22 16:09

Tomasz Jaskuλa