mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
update docs - structs can't be roots (#6690)
This commit is contained in:
parent
6415ef05d3
commit
337eb8b8f7
1 changed files with 3 additions and 3 deletions
|
|
@ -239,9 +239,9 @@ included files (those you still generate separately).
|
|||
|
||||
### Root type
|
||||
|
||||
This declares what you consider to be the root table (or struct) of the
|
||||
serialized data. This is particularly important for parsing JSON data,
|
||||
which doesn't include object type information.
|
||||
This declares what you consider to be the root table of the serialized
|
||||
data. This is particularly important for parsing JSON data, which doesn't
|
||||
include object type information.
|
||||
|
||||
### File identification and extension
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue