|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.atlassian.confluence.json.parser | |
---|---|
com.atlassian.confluence.it | |
com.atlassian.confluence.json | |
com.atlassian.confluence.json.parser | |
com.atlassian.confluence.rest |
Classes in com.atlassian.confluence.json.parser used by com.atlassian.confluence.it | |
---|---|
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. |
Classes in com.atlassian.confluence.json.parser used by com.atlassian.confluence.json | |
---|---|
JSONException
Deprecated. since 2.10 Use the json.objects classes. The JSONException is thrown by the JSON.org classes then things are amiss. |
Classes in com.atlassian.confluence.json.parser used by com.atlassian.confluence.json.parser | |
---|---|
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. |
Classes in com.atlassian.confluence.json.parser used by com.atlassian.confluence.rest | |
---|---|
JSONException
Deprecated. since 2.10 Use the json.objects classes. The JSONException is thrown by the JSON.org classes then things are amiss. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |