go-toml/parse/testfiles/valid/BurntSushi/table-with-single-quotes.json

13 lines
174 B
JSON

{
"a" : {
"b" : {
"c" : {
"answer" : {
"value" : "42",
"type" : "integer"
}
}
}
}
}