Method
JsonBuilderend_array
Declaration [src]
JsonBuilder*
json_builder_end_array (
JsonBuilder* builder
)
Description [src]
Closes the array inside the given builder that was opened by the most recent call to json_builder_begin_array().
This function cannot be called after json_builder_set_member_name().
Return value
Returns: | JsonBuilder |
The builder instance. |
|
The data is owned by the instance. | |
The return value can be NULL . |