Uses of Interface
org.eclipse.jetty.util.ajax.AsyncJSON.Context
-
Uses of AsyncJSON.Context in org.eclipse.jetty.util.ajax
Modifier and TypeMethodDescriptionAsyncJSON.newArray
(AsyncJSON.Context context) When a JSON[
is encountered during parsing, this method is called to create a newList
instance.AsyncJSON.newObject
(AsyncJSON.Context context) When a JSON{
is encountered during parsing, this method is called to create a newMap
instance.