Commit 71835183 authored by emkornfield's avatar emkornfield Committed by Wouter van Oortmerssen

Document JSON compatibility guarantees. (#5704)

https://github.com/google/flatbuffers/issues/5688
parent d1b34f0f
......@@ -426,6 +426,8 @@ it, this will provide you an easy way to use that data directly.
(see the schema documentation for some specifics on the JSON format
accepted).
Schema evolution compatibility for the JSON format follows the same rules as the binary format (JSON formatted data will be forwards/backwards compatible with schemas that evolve in a compatible way).
There are two ways to use text formats:
#### Using the compiler as a conversion tool
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment