trisquel-icecat/icecat/third_party/rust/basic-toml/tests/valid/table-array-one.json

8 lines
178 B
JSON

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