mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-03 23:11:07 +00:00
b8aaccee82
Parsing as bytes produces buffers that are unsafe to access unless passed thru a verifier, whereas users could reasonably assume that any JSON parsed without errors is safe to access. Users that still have legacy JSON files with such bytes in it will get a helpful error point them to the option to turn on to have it work again.