JSONValue.orderedObjectNoRef

inout(OrderedObjectMember[]) orderedObjectNoRef() @property inout pure @trusted

Value getter for ordered JSONType.object. Unlike orderedObject, this retrieves the object by value and can be used in @safe code.