Skip to content

Commit

Permalink
Update proto3.md to mention conversion tool.
Browse files Browse the repository at this point in the history
This commit adds a reference to a command line tool that wraps the
Protobuf API for converting between JSON and Protobuf.
  • Loading branch information
hq6 committed May 17, 2024
1 parent 08e0937 commit fbe7fb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/programming-guides/proto3.md
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,8 @@ about, see the

Proto3 supports a canonical encoding in JSON, making it easier to share data
between systems. The encoding is described on a type-by-type basis in the table
below.
below. [ProtobufJson](https://github.com/hq6/ProtobufJson) is a tool that can
convert between proto and json encodings.

When parsing JSON-encoded data into a protocol buffer, if a value is missing or
if its value is `null`, it will be interpreted as the corresponding
Expand Down

0 comments on commit fbe7fb1

Please sign in to comment.