mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-12 16:00:59 +00:00
Made doubles output with higher precision in JSON and elsewhere.
Change-Id: I5dd8f3a7c315c40b86a67aba5c2cca4d36363523 Tested: on Linux.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
x: 1.0,
|
||||
y: 2.0,
|
||||
z: 3.0,
|
||||
test1: 3.0,
|
||||
test1: 3.14159265359,
|
||||
test2: "Green",
|
||||
test3: {
|
||||
a: 10,
|
||||
|
||||
Reference in New Issue
Block a user