toml-rs/test-suite/tests/valid/table-array-one.json

9 lines
178 B
JSON
Raw Permalink Normal View History

2014-06-20 19:01:38 -05:00
{
"people": [
{
"first_name": {"type": "string", "value": "Bruce"},
"last_name": {"type": "string", "value": "Springsteen"}
}
]
}