mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-09 22:56:27 +00:00
Allow JSON numeric fields to be specified by a numeric data in a string.
Change-Id: I6a3fae1e71434a7384edc39b8602bd84a0432edb Tested: on Linux. Bug: 24140897
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
pos: {
|
||||
x: 1,
|
||||
y: 2,
|
||||
y: "2",
|
||||
z: 3,
|
||||
test1: 3,
|
||||
test2: Green,
|
||||
@@ -30,7 +30,7 @@
|
||||
b: 20
|
||||
},
|
||||
{
|
||||
b: 40,
|
||||
b: "40",
|
||||
a: 30
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user