It seems that the Struts 2 JSON plugin returns back a object structure ({..ect..}) as the base value by default - Is there a way to configure the struts 2 json plugin such that it returns back an array object, like so?
[
{
"blah1": "1",
"blah2": "2"
},
{
"blah3": "3",
"blah4": "4"
}
]