mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-19 06:03:07 +00:00
Allow structs to be parsed in JSON with out of order fields.
Also simplified the code and made it faster. Change-Id: I1d83b1165a4a9a4380d1bfb5538769c012d2d367 Tested: on Linux.
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
b: 20
|
||||
},
|
||||
{
|
||||
a: 30,
|
||||
b: 40
|
||||
b: 40,
|
||||
a: 30
|
||||
}
|
||||
],
|
||||
testarrayofstring: [
|
||||
|
||||
Reference in New Issue
Block a user