mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-28 12:38:06 +00:00
Added support for parsing JSON null value.
These cause the field in question to be skipped. Bug: 16550393 Change-Id: Id05104e89818ee773b8a91fdcc86e18061b9a82f Tested: on Linux.
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
],
|
||||
test_type: Monster,
|
||||
test: {
|
||||
name: "Fred"
|
||||
name: "Fred",
|
||||
pos: null
|
||||
},
|
||||
test4: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user