CdmBuilder.startObject

void startObject() pure @safe

Pushes a new empty OBJECT onto the stack.

Saves any pending member state so it can be restored when endContainer() pops this frame. Use startMember/endMember to populate the object, then call endContainer() to pop it.