Package | Description |
---|---|
org.eclipse.jetty.util.ajax |
Jetty Util : Simple JSON Utility classes
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.Object> |
AsyncJSON.newArray(AsyncJSON.Context context)
When a JSON
[ is encountered during parsing,
this method is called to create a new List instance. |
protected java.util.Map<java.lang.String,java.lang.Object> |
AsyncJSON.newObject(AsyncJSON.Context context)
When a JSON
{ is encountered during parsing,
this method is called to create a new Map instance. |
Copyright © 1995–2021 Webtide. All rights reserved.