Builder.beginObject
json.builder.Builder beginObject()Opens an object inside the given builder.
You can add a new member to the object by using [json.builder.Builder.setMemberName], followed by [json.builder.Builder.addValue].
Once you added all members to the object, you must call [json.builder.Builder.endObject] to close the object.
If the builder is in an inconsistent state, this function will return NULL.
Returns
the builder instance