JSONParser.getObject

Get object contents by iterating over them.

Note: You must read exactly one item per key, otherwise the generator will crash.

struct JSONParser
getObject
()

Return Value

Type: auto

A generator yielding the found key, in document order.

Throws

JSONException on type mismatch or syntax error.

Meta