mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-23 11:00:01 +00:00
Support for required fields.
Change-Id: I560c7ca11b3d665eecafb528f3737b7e139ca9b0 Tested: on Linux and Windows.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
],
|
||||
test_type: Monster,
|
||||
test: {
|
||||
hp: 20
|
||||
name: "Fred"
|
||||
},
|
||||
test4: [
|
||||
{
|
||||
@@ -36,7 +36,5 @@
|
||||
testarrayofstring: [
|
||||
"test1",
|
||||
"test2"
|
||||
],
|
||||
testempty: {
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user