Uses of Interface
com.ibm.json.java.JSONArtifact
Packages that use JSONArtifact
-
Uses of JSONArtifact in com.ibm.json.java
Classes in com.ibm.json.java that implement JSONArtifactModifier and TypeClassDescriptionclass
Extension of ArrayList that only allows values which are JSON-able.class
Models a JSON Object.class
Extension of the basic JSONObject.Methods in com.ibm.json.java that return JSONArtifactModifier and TypeMethodDescriptionstatic 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
Parse a Reader of JSON text into a JSONArtifact.static JSONArtifact
Parse a Reader of JSON text into a JSONArtifact.static JSONArtifact
Parse a string of JSON text into a JSONArtifact.static JSONArtifact
Parse a string of JSON text into a JSONArtifact.