go-toml/parse/testfiles/valid/iarna/spec-table-inline-3.json

11 lines
140 B
JSON

{
"animal" : {
"type" : {
"name" : {
"value" : "pug",
"type" : "string"
}
}
}
}