commit | 83ce29cc22cc80546b38e94e59f95f9a72fc1c6d | [log] [tgz] |
---|---|---|
author | Vladimir Glavnyy <31897320+vglavnyy@users.noreply.github.com> | Fri Jan 08 02:24:59 2021 +0700 |
committer | GitHub <noreply@github.com> | Thu Jan 07 11:24:59 2021 -0800 |
tree | 9089380f0fc76c50e65ee6564a4eb6ba56c79fb1 | |
parent | 4363c1d2cb898768073128bb92db9d4c63b43300 [diff] |
[C++, JSON] Fix nullptr access when reading a key with a default value. (#6375) 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.
FlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.
Go to our landing page to browse our documentation.
and more in progress...
flatbuffers
tag for any questions regarding FlatBuffers.To contribute to this project, see CONTRIBUTING.
Flatbuffers is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.