Opens an object inside the given builder.
You can add a new member to the object by using [[email protected]_member_name], followed by [[email protected]_value].
Once you added all members to the object, you must call [[email protected]_object] to close the object.
If the builder is in an inconsistent state, this function will return `NULL`.
this |
a builder |
the builder instance |