Files
flatbuffers-bigfoot/include/flatbuffers
Alex Ames a4ff275d9b Added option to not requires an EoF token when parsing JSON (#7620)
Previously when parsing a JSON representation of a Flatbuffer, the
parser required that the input string contain one and only one root
table. This change adds a flag that removes that requirement, so that
if a Flatbuffer table is embedded in some larger string the parser will
simply stop parsing once it reaches the end of the root table, and does
not validate that it has reached the end of the string.

This change also adds a BytesConsumed function, which returns the number
of bytes the parser consumed. This is useful if the table embedded in
some larger string that is being parsed, and that outer parser needs to
know how many bytes the table was so that it can step over it.
2022-11-03 11:57:46 -04:00
..
2022-10-26 16:02:38 -07:00
2022-02-01 11:23:18 -08:00
2022-03-18 14:08:05 -07:00
2022-08-26 14:35:21 -07:00
2020-09-22 17:57:01 -07:00
2022-08-26 14:35:21 -07:00
2022-02-01 11:23:18 -08:00
2022-09-10 12:36:51 -07:00
2022-08-26 14:35:21 -07:00
2022-08-29 19:21:42 -07:00