json2pbdef

command module
v0.0.0-...-dc96aff Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 22, 2023 License: MIT Imports: 15 Imported by: 0

README

json2pbdef

create protobuf definition from json data

Usage

json2pbdef '{"msg":"hello"}'

# output
message Message {
    string msg = 1;
}
json2pbdef input.txt

json2pbdef http://jsonapi.com/some_json_response

cat text.json | json2pbdef

TODO

  • List rules that the json data must obey
  • Add more tests

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL