object

open fun object(): JSONWriter

Begin appending a new object. All keys and values until the balancing endObject will be appended to this object. The endObject method must be called to mark the object's end.

Return

this

Throws

If the nesting is too deep, or if the object is started in the wrong place (for example as a key or after the end of the outermost array or object).