1
0
Fork 0
python-aristaproto/tests/inputs/float/float.json

10 lines
186 B
JSON
Raw Normal View History

{
"positive": "Infinity",
"negative": "-Infinity",
"nan": "NaN",
"three": 3.0,
"threePointOneFour": 3.14,
"negThree": -3.0,
"negThreePointOneFour": -3.14
}