...

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

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

     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}

View as plain text