Opens an array inside the given builder.
You can add a new element to the array by using json.builder.Builder.addValue.
Once you added all elements to the array, you must call json.builder.Builder.endArray to close the array.
the builder instance
Opens an array inside the given builder.
You can add a new element to the array by using json.builder.Builder.addValue.
Once you added all elements to the array, you must call json.builder.Builder.endArray to close the array.