Its possible to create the folowing structure? Using something like jsonObject["objects"]["object"] ```js { "objects": [ { "object": { "address": "xxx" }}, { "object": { "address": "xxx" }}, { "object": { "address": "xxx" }}] } ```