[Plugin] Http/s REST, blueprintable JSON query and Parse API manager [VaRest]

Link to the Image - json-array.jpg&d=1433250938

Record stored in CouchDB’s database. This is where the _id and _rev come from.
{
“_id”: “69b3d20dc682993f4ba9f349bb001582”,
“_rev”: “1-e33cc1b08ab503c6200abea3ae49c7d3”,
“array”:
{
“object0”: “value1”
},
{
“object1”: “value2”
},
{
“object2”: “value3”
},
{
“object3”: “value4”
}
]
}

I really appreciate your plugin. My small contribution is an example of how to do this with arrays. I saw a couple people asked. I tried a few different methods which didn’t work. Cheers! (Integrated with CouchDB)

There were a few moments where I had to mess with the nodes for a while to figure out how the plugin works. You should be able to answer most questions by messing with the plugin for a few hours.