9 lines
178 B
JSON
9 lines
178 B
JSON
|
{
|
||
|
"people": [
|
||
|
{
|
||
|
"first_name": {"type": "string", "value": "Bruce"},
|
||
|
"last_name": {"type": "string", "value": "Springsteen"}
|
||
|
}
|
||
|
]
|
||
|
}
|