go-toml/parse/testfiles/valid/iarna/spec-dotted-keys-1.json

23 lines
364 B
JSON

{
"name" : {
"type" : "string",
"value" : "Orange"
},
"site" : {
"google.com" : {
"value" : "true",
"type" : "bool"
}
},
"physical" : {
"color" : {
"value" : "orange",
"type" : "string"
},
"shape" : {
"type" : "string",
"value" : "round"
}
}
}