go-toml/parse/testfiles/valid/BurntSushi/keys-with-dots.json

33 lines
565 B
JSON

{
"table" : {
"withdot" : {
"key.with.dots" : {
"value" : "6",
"type" : "integer"
},
"plain" : {
"type" : "integer",
"value" : "5"
}
}
},
"with.dot" : {
"type" : "integer",
"value" : "2"
},
"plain_table" : {
"with.dot" : {
"type" : "integer",
"value" : "4"
},
"plain" : {
"value" : "3",
"type" : "integer"
}
},
"plain" : {
"value" : "1",
"type" : "integer"
}
}