forked from bblanchon/ArduinoJson
24 lines
235 B
JSON
24 lines
235 B
JSON
[
|
|
123,
|
|
-123,
|
|
123.456,
|
|
-123.456,
|
|
12e34,
|
|
12e-34,
|
|
12e+34,
|
|
12E34,
|
|
12E-34,
|
|
12E+34,
|
|
12.34e56,
|
|
12.34e-56,
|
|
12.34e+56,
|
|
12.34E56,
|
|
12.34E-56,
|
|
12.34E+56,
|
|
NaN,
|
|
-NaN,
|
|
+NaN,
|
|
Infinity,
|
|
+Infinity,
|
|
-Infinity
|
|
] |