|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSONArtifact | |
---|---|
org.apache.wink.json4j |
Uses of JSONArtifact in org.apache.wink.json4j |
---|
Classes in org.apache.wink.json4j that implement JSONArtifact | |
---|---|
class |
JSONArray
Extension of ArrayList that only allows values which are JSON-able. |
class |
JSONObject
Models a JSON Object. |
class |
OrderedJSONObject
Extension of the basic JSONObject. |
Methods in org.apache.wink.json4j that return JSONArtifact | |
---|---|
static JSONArtifact |
JSON.parse(java.io.InputStream is)
Parse an InputStream of JSON text into a JSONArtifact. |
static JSONArtifact |
JSON.parse(java.io.InputStream is,
boolean order)
Parse a InputStream of JSON text into a JSONArtifact. |
static JSONArtifact |
JSON.parse(java.io.InputStream is,
boolean order,
boolean strict)
Parse a InputStream of JSON text into a JSONArtifact. |
static JSONArtifact |
JSON.parse(java.io.Reader reader)
Parse a Reader of JSON text into a JSONArtifact. |
static JSONArtifact |
JSON.parse(java.io.Reader reader,
boolean order)
Parse a Reader of JSON text into a JSONArtifact. |
static JSONArtifact |
JSON.parse(java.io.Reader reader,
boolean order,
boolean strict)
Parse a Reader of JSON text into a JSONArtifact. |
static JSONArtifact |
JSON.parse(java.lang.String str)
Parse a string of JSON text into a JSONArtifact. |
static JSONArtifact |
JSON.parse(java.lang.String str,
boolean order)
Parse a string of JSON text into a JSONArtifact. |
static JSONArtifact |
JSON.parse(java.lang.String str,
boolean order,
boolean strict)
Parse a string of JSON text into a JSONArtifact. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |