Uses of Interface
org.eclipse.jetty.util.ajax.JSON.Source
Packages that use JSON.Source
-
Uses of JSON.Source in org.eclipse.jetty.util.ajax
Classes in org.eclipse.jetty.util.ajax that implement JSON.SourceModifier and TypeClassDescriptionstatic class
A Reader source for a JSON string.static class
An in-memory source for a JSON string.Methods in org.eclipse.jetty.util.ajax with parameters of type JSON.SourceModifier and TypeMethodDescriptionprotected static void
JSON.complete
(String seek, JSON.Source source) protected Object
JSON.handleUnknown
(JSON.Source source, char c) JSON.parse
(JSON.Source source) Parses the given JSON source into an object.JSON.parse
(JSON.Source source, boolean stripOuterComment) Parses the given JSON source into an object.protected Object
JSON.parseArray
(JSON.Source source) JSON.parseNumber
(JSON.Source source) protected Object
JSON.parseObject
(JSON.Source source) protected String
JSON.parseString
(JSON.Source source) protected void
JSON.seekTo
(char seek, JSON.Source source) protected char
JSON.seekTo
(String seek, JSON.Source source)