| Package | Description |
|---|---|
| com.atlassian.confluence.it | |
| com.atlassian.confluence.json | |
| com.atlassian.confluence.json.parser | |
| com.atlassian.confluence.setup.actions |
| Class and Description |
|---|
| JSONException
Deprecated.
since 2.10 Use the json.objects classes.
The JSONException is thrown by the JSON.org classes then things are amiss.
|
| JSONObject
Deprecated.
Since 5.4 Use 3rd-party JSON library.
|
| Class and Description |
|---|
| JSONException
Deprecated.
since 2.10 Use the json.objects classes.
The JSONException is thrown by the JSON.org classes then things are amiss.
|
| Class and Description |
|---|
| JSONArray
Deprecated.
since 2.10 Use the json.objects classes.
A JSONArray is an ordered sequence of values. Its external text form is a
string wrapped in square brackets with commas separating the values. The
internal form is an object having
get and opt
methods for accessing the values by index, and put methods for
adding or replacing values. The values can be any of these types:
Boolean, JSONArray, JSONObject,
Number, String, or the
JSONObject.NULL object.
The constructor can convert a JSON text into a Java object. The
A
The generic
The texts produced by the
|
| JSONException
Deprecated.
since 2.10 Use the json.objects classes.
The JSONException is thrown by the JSON.org classes then things are amiss.
|
| JSONObject
Deprecated.
Since 5.4 Use 3rd-party JSON library.
|
| JSONTokener
Deprecated.
since 2.10 Use the json.objects classes.
A JSONTokener takes a source string and extracts characters and tokens from
it. It is used by the JSONObject and JSONArray constructors to parse
JSON source strings.
|
| Class and Description |
|---|
| JSONException
Deprecated.
since 2.10 Use the json.objects classes.
The JSONException is thrown by the JSON.org classes then things are amiss.
|
Copyright © 2003–2015 Atlassian. All rights reserved.