Made doubles output with higher precision in JSON and elsewhere.

Change-Id: I5dd8f3a7c315c40b86a67aba5c2cca4d36363523
Tested: on Linux.
This commit is contained in:
Wouter van Oortmerssen
2018-01-22 10:11:51 -08:00
parent 8df2d9a3ef
commit bbf4dac6a3
2 changed files with 11 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
x: 1.0,
y: 2.0,
z: 3.0,
test1: 3.0,
test1: 3.14159265359,
test2: "Green",
test3: {
a: 10,