...

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

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

     1{
     2  "name": {
     3    "type": "string",
     4    "value": "Orange"
     5  },
     6  "physical": {
     7    "color": {
     8      "type": "string",
     9      "value": "orange"
    10    },
    11    "shape": {
    12      "type": "string",
    13      "value": "round"
    14    }
    15  },
    16  "site": {
    17    "google.com": {
    18      "type": "bool",
    19      "value": "true"
    20    }
    21  }
    22}

View as plain text