...

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

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

     1{
     2  "longpi": {
     3    "type": "float",
     4    "value": "3.141592653589793"
     5  },
     6  "neglongpi": {
     7    "type": "float",
     8    "value": "-3.141592653589793"
     9  }
    10}

View as plain text