mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-26 11:42:40 +00:00
update docs - structs can't be roots (#6690)
This commit is contained in:
@@ -239,9 +239,9 @@ included files (those you still generate separately).
|
|||||||
|
|
||||||
### Root type
|
### Root type
|
||||||
|
|
||||||
This declares what you consider to be the root table (or struct) of the
|
This declares what you consider to be the root table of the serialized
|
||||||
serialized data. This is particularly important for parsing JSON data,
|
data. This is particularly important for parsing JSON data, which doesn't
|
||||||
which doesn't include object type information.
|
include object type information.
|
||||||
|
|
||||||
### File identification and extension
|
### File identification and extension
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user