git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/toml/internal/toml-test/tests/valid/float/float.json (about)

     1  {
     2    "negpi": {
     3      "type": "float",
     4      "value": "-3.14"
     5    },
     6    "pi": {
     7      "type": "float",
     8      "value": "3.14"
     9    },
    10    "pospi": {
    11      "type": "float",
    12      "value": "3.14"
    13    },
    14    "zero-intpart": {
    15      "type": "float",
    16      "value": "0.123"
    17    }
    18  }