I want to push a new JSONObject into my existing JSONArray.
This below code explaining better, what i want to do:
[
[
{
"text":"Row 1 Column 1"
},
// My mine is add anthor JSONObject in here.
],
[
{
"text":"Row 2 Column 1"
},
{
"text":"Row 2 Column 2"
}
]
]