Uses of Interface
org.eclipse.jetty.util.ajax.JSON.Source
-
-
Uses of JSON.Source in org.eclipse.jetty.util.ajax
Classes in org.eclipse.jetty.util.ajax that implement JSON.Source Modifier and Type Class Description static classJSON.ReaderSourceA Reader source for a JSON string.static classJSON.StringSourceAn in-memory source for a JSON string.Methods in org.eclipse.jetty.util.ajax with parameters of type JSON.Source Modifier and Type Method Description protected static voidJSON. complete(java.lang.String seek, JSON.Source source)protected java.lang.ObjectJSON. handleUnknown(JSON.Source source, char c)java.lang.ObjectJSON. parse(JSON.Source source)Parses the given JSON source into an object.java.lang.ObjectJSON. parse(JSON.Source source, boolean stripOuterComment)Parses the given JSON source into an object.protected java.lang.ObjectJSON. parseArray(JSON.Source source)java.lang.NumberJSON. parseNumber(JSON.Source source)protected java.lang.ObjectJSON. parseObject(JSON.Source source)protected java.lang.StringJSON. parseString(JSON.Source source)protected voidJSON. seekTo(char seek, JSON.Source source)protected charJSON. seekTo(java.lang.String seek, JSON.Source source)
-