{
"foo": "bar",
"the_list": {
"list_item_one": {
"foo": "bar",
"foo": "bar"
},
"list_item_two": {
"bar": "foo",
"bar": "foo"
},
}
}
{
"foo": "bar",
"the_list": [
{
"name": "list_item_one",
"foo": "bar",
"foo": "bar"
},
{
"name": list_item_two",
"bar": "foo",
"bar": "foo"
},
]
}