Class JSON.StringSource
java.lang.Object
org.eclipse.jetty.util.ajax.JSON.StringSource
- All Implemented Interfaces:
 JSON.Source
- Enclosing class:
 JSON
An in-memory source for a JSON string.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
StringSource
 
 - 
 - 
Method Details
- 
hasNext
public boolean hasNext()- Specified by:
 hasNextin interfaceJSON.Source
 - 
next
public char next()- Specified by:
 nextin interfaceJSON.Source
 - 
peek
public char peek()- Specified by:
 peekin interfaceJSON.Source
 - 
scratchBuffer
public char[] scratchBuffer()- Specified by:
 scratchBufferin interfaceJSON.Source
 - 
toString
 
 -