Forum Discussion
aleung
8 years agoContributor III
here:
{
"DocumentRoot": {
"Document": [
{
"Metadata": {
"id": "e0408dd2-6564-11e5-a3cb-512b7ad797bd",
"asMap": {
"global": {
"doc_id": "e0408dd2-6564-11e5-a3cb-512b7ad797bd"
}
}
},
"Data": {
"id": "1",
"first_name": "John",
"last_name": "Doe",
"gender": "M",
"city": "Santa Ana",
"state": "California",
"street_address": "9 Melby Terrace",
"zip_code": "92725"
}
},
{
"Metadata": {
"id": "e0408dd3-6564-11e5-a3cb-512b7ad797bd",
"asMap": {
"global": {
"doc_id": "e0408dd3-6564-11e5-a3cb-512b7ad797bd"
}
}
},
"Data": {
"id": "2",
"first_name": "Katy",
"last_name": "Perry",
"gender": "F",
"city": "Flushing",
"state": "New York",
"street_address": "43 Golf View Street",
"zip_code": "11355"
}
}
]
}
}