...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/key/special-word.json

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

     1{
     2  "false": {
     3    "type": "bool",
     4    "value": "false"
     5  },
     6  "inf": {
     7    "type": "integer",
     8    "value": "100000000"
     9  },
    10  "nan": {
    11    "type": "string",
    12    "value": "ceci n'est pas un nombre"
    13  },
    14  "true": {
    15    "type": "integer",
    16    "value": "1"
    17  }
    18}

View as plain text