Uses of Interface
org.apache.wink.json4j.JSONArtifact

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(InputStream is)
          Parse an InputStream of JSON text into a JSONArtifact.
static JSONArtifact JSON.parse(InputStream is, boolean order)
          Parse a InputStream of JSON text into a JSONArtifact.
static JSONArtifact JSON.parse(InputStream is, boolean order, boolean strict)
          Parse a InputStream of JSON text into a JSONArtifact.
static JSONArtifact JSON.parse(Reader reader)
          Parse a Reader of JSON text into a JSONArtifact.
static JSONArtifact JSON.parse(Reader reader, boolean order)
          Parse a Reader of JSON text into a JSONArtifact.
static JSONArtifact JSON.parse(Reader reader, boolean order, boolean strict)
          Parse a Reader of JSON text into a JSONArtifact.
static JSONArtifact JSON.parse(String str)
          Parse a string of JSON text into a JSONArtifact.
static JSONArtifact JSON.parse(String str, boolean order)
          Parse a string of JSON text into a JSONArtifact.
static JSONArtifact JSON.parse(String str, boolean order, boolean strict)
          Parse a string of JSON text into a JSONArtifact.
 



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.