Open stephen-soltesz opened 4 years ago
For example:
{ "Version": "1", }
This can help guard against future incompatible changes by making discovery easy in the parser.
If this is the first field, then we can do a partial json decoding to identify the schema for the remaining fields.
For example:
This can help guard against future incompatible changes by making discovery easy in the parser.