...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/float/inf-and-nan.json

Documentation: github.com/BurntSushi/toml/internal/toml-test/tests/valid/float

     1{
     2  "infinity": {
     3    "type": "float",
     4    "value": "inf"
     5  },
     6  "infinity_neg": {
     7    "type": "float",
     8    "value": "-inf"
     9  },
    10  "infinity_plus": {
    11    "type": "float",
    12    "value": "+inf"
    13  },
    14  "nan": {
    15    "type": "float",
    16    "value": "nan"
    17  },
    18  "nan_neg": {
    19    "type": "float",
    20    "value": "nan"
    21  },
    22  "nan_plus": {
    23    "type": "float",
    24    "value": "nan"
    25  }
    26}

View as plain text