T - the result type returned by the underlying builderpublic class JSONParser<T>
extends java.lang.Object
| Constructor and Description |
|---|
JSONParser(CharRepeater rep,
JSONBuilder<T> builder) |
| Modifier and Type | Method and Description |
|---|---|
T |
read()
Consumes a single JSON expression.
|
public JSONParser(CharRepeater rep, JSONBuilder<T> builder)
public T read()