Uses of Interface
org.eclipse.jetty.util.ajax.JSON.Source
-
Uses of JSON.Source in org.eclipse.jetty.util.ajax
Modifier and TypeClassDescriptionstatic class
A Reader source for a JSON string.static class
An in-memory source for a JSON string.Modifier 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)