Package org.eclipse.jetty.util.ajax
Interface JSON.Source
- All Known Implementing Classes:
JSON.ReaderSource
,JSON.StringSource
- Enclosing class:
- JSON
public static interface JSON.Source
A generic source for a JSON representation.
-
Method Details
-
hasNext
boolean hasNext() -
next
char next() -
peek
char peek() -
scratchBuffer
char[] scratchBuffer()
-