...

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

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

     1{
     2  "fruit": {
     3    "color": {
     4      "type": "string",
     5      "value": "yellow"
     6    },
     7    "flavor": {
     8      "type": "string",
     9      "value": "banana"
    10    },
    11    "name": {
    12      "type": "string",
    13      "value": "banana"
    14    }
    15  }
    16}

View as plain text