Builder.beginArray

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.

class Builder
beginArray
()

Return Value

Type: json.builder.Builder

the builder instance