...

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

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

     1{
     2  "flt1": {
     3    "type": "float",
     4    "value": "1"
     5  },
     6  "flt2": {
     7    "type": "float",
     8    "value": "3.1415"
     9  },
    10  "flt3": {
    11    "type": "float",
    12    "value": "-0.01"
    13  },
    14  "flt4": {
    15    "type": "float",
    16    "value": "5e+22"
    17  },
    18  "flt5": {
    19    "type": "float",
    20    "value": "1e+06"
    21  },
    22  "flt6": {
    23    "type": "float",
    24    "value": "-0.02"
    25  },
    26  "flt7": {
    27    "type": "float",
    28    "value": "6.626e-34"
    29  }
    30}

View as plain text