summaryrefslogtreecommitdiffstats
path: root/tests/inputs/float/float.json
blob: 3adac97446e883a0e460dbeefe526b6dca3323ba (plain)
1
2
3
4
5
6
7
8
9
{
    "positive": "Infinity",
    "negative": "-Infinity",
    "nan": "NaN",
    "three": 3.0,
    "threePointOneFour": 3.14,
    "negThree": -3.0,
    "negThreePointOneFour": -3.14
  }