Y
Hacker News
new
|
ask
|
show
|
jobs
JSON to Protobuf?
1 points
by
albertlie
2615 days ago
Are there any libraries available for converting json data to protobuf message format?
1 comments
mleonard
2614 days ago
https://godoc.org/github.com/golang/protobuf/jsonpb
link