...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/spec/float-2.json

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

     1{
     2  "sf1": {
     3    "type": "float",
     4    "value": "+Inf"
     5  },
     6  "sf2": {
     7    "type": "float",
     8    "value": "+Inf"
     9  },
    10  "sf3": {
    11    "type": "float",
    12    "value": "-Inf"
    13  },
    14  "sf4": {
    15    "type": "float",
    16    "value": "nan"
    17  },
    18  "sf5": {
    19    "type": "float",
    20    "value": "nan"
    21  },
    22  "sf6": {
    23    "type": "float",
    24    "value": "nan"
    25  }
    26}

View as plain text