go-toml/parse/testfiles/valid/BurntSushi/table-array-one.json

15 lines
243 B
JSON

{
"people" : [
{
"first_name" : {
"value" : "Bruce",
"type" : "string"
},
"last_name" : {
"type" : "string",
"value" : "Springsteen"
}
}
]
}