mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-03 23:31:05 +00:00
83ce29cc22
This commit fixes handling of default and NULL `key` fields in `Parser::ParseVector` (#5928). The JSON generator updated. It outputs `key` fields even if the `--force-defaults` option is inactive. Additional test cases for `key` added.