begin_array


Description:

public unowned Builder? begin_array ()

Opens an array inside the given builder.

You can add a new element to the array by using [method@Json.Builder.add_value].

Once you added all elements to the array, you must call [method@Json.Builder.end_array] to close the array.

Parameters:

this

a builder

Returns:

the builder instance