toml-rs/tests/valid/table-array-one.json
2015-01-15 12:44:05 -08:00

9 lines
178 B
JSON

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