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