summaryrefslogtreecommitdiffstats
path: root/internal/toml-test/tests/valid/spec/keys-4.json
blob: c33966a597a8a44d44233074a700c44c2b34b4ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "fruit": {
    "color": {
      "type": "string",
      "value": "yellow"
    },
    "flavor": {
      "type": "string",
      "value": "banana"
    },
    "name": {
      "type": "string",
      "value": "banana"
    }
  }
}