-
- All Known Implementing Classes:
JSON.ReaderSource
,JSON.StringSource
- Enclosing class:
- JSON
public static interface JSON.Source
A generic source for a JSON representation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasNext()
char
next()
char
peek()
char[]
scratchBuffer()
-