...

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

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

     1{
     2  "zero": {
     3    "type": "float",
     4    "value": "0"
     5  },
     6  "signed-pos": {
     7    "type": "float",
     8    "value": "0"
     9  },
    10  "signed-neg": {
    11    "type": "float",
    12    "value": "0"
    13  },
    14  "exponent": {
    15    "type": "float",
    16    "value": "0"
    17  },
    18  "exponent-two-0": {
    19    "type": "float",
    20    "value": "0"
    21  },
    22  "exponent-signed-pos": {
    23    "type": "float",
    24    "value": "0"
    25  },
    26  "exponent-signed-neg": {
    27    "type": "float",
    28    "value": "0"
    29  }
    30}

View as plain text