...

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

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

     1{
     2  "apple": {
     3    "color": {
     4      "type": "string",
     5      "value": "red"
     6    },
     7    "skin": {
     8      "type": "string",
     9      "value": "thin"
    10    },
    11    "type": {
    12      "type": "string",
    13      "value": "fruit"
    14    }
    15  },
    16  "orange": {
    17    "color": {
    18      "type": "string",
    19      "value": "orange"
    20    },
    21    "skin": {
    22      "type": "string",
    23      "value": "thick"
    24    },
    25    "type": {
    26      "type": "string",
    27      "value": "fruit"
    28    }
    29  }
    30}

View as plain text