Expand description
JSON printer and parser which tries to follow protobuf conventions.
Structs§
- Parse
Error - JSON parse error
- Parse
Options - JSON parse options.
- Print
Error - Print to JSON error.
- Print
Options - Options for printing JSON to string
Functions§
- merge_
from_ str - Merge JSON into provided message
- merge_
from_ str_ with_ options - Merge JSON into provided message
- parse_
dyn_ from_ str - Parse JSON to protobuf message.
- parse_
dyn_ from_ str_ with_ options - Parse JSON to protobuf message.
- parse_
from_ str - Parse JSON to protobuf message.
- parse_
from_ str_ with_ options - Parse JSON to protobuf message.
- print_
to_ string - Serialize message to JSON according to protobuf specification.
- print_
to_ string_ with_ options - Serialize message to JSON according to protobuf specification.