Builder.beginArray

json.builder.Builder beginArray() nothrow

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.

Returns

the builder instance