17 lines
471 B
JSON
17 lines
471 B
JSON
|
{
|
||
|
"people": [
|
||
|
{
|
||
|
"first_name": {"type": "string", "value": "Bruce"},
|
||
|
"last_name": {"type": "string", "value": "Springsteen"}
|
||
|
},
|
||
|
{
|
||
|
"first_name": {"type": "string", "value": "Eric"},
|
||
|
"last_name": {"type": "string", "value": "Clapton"}
|
||
|
},
|
||
|
{
|
||
|
"first_name": {"type": "string", "value": "Bob"},
|
||
|
"last_name": {"type": "string", "value": "Seger"}
|
||
|
}
|
||
|
]
|
||
|
}
|