直接调用json数组的addAll方法

例如:有两个json数组,jsonArray1,jsonArray2,合起来

jsonArray1.addAll(jsonArray2);

那么jsonArray1就是合并后的json数组。