Reads a single datum out of an iterator of events.
Reads a single datum out of an iterator of events.
The source of tokens. After this call succeeds, the iterator is positioned at the next event after the read datum.
[[com.rojoma.json.v3.io.JsonReaderException]] if a complete object cannot be read.
Read a com.rojoma.json.v3.ast.JValue out of a Reader.
Read a com.rojoma.json.v3.ast.JValue out of a Reader.
The source of characters.
[[com.rojoma.json.v3.io.JsonReaderException]] if a complete object cannot be read.
`IOException` if a low-level IO error occurs.
Read a com.rojoma.json.v3.ast.JValue out of a String.
Read a com.rojoma.json.v3.ast.JValue out of a String.
The source of characters.
[[com.rojoma.json.v3.io.JsonReaderException]] if a complete object cannot be read.
Reads a single datum out of an iterator of tokens.
Reads a single datum out of an iterator of tokens.
The source of tokens. After this call succeeds, the iterator is positioned at the next token after the read datum.
[[com.rojoma.json.v3.io.JsonReaderException]] if a complete object cannot be read.