Uses of Interface
com.ibm.json.java.JSONArtifact
-
Uses of JSONArtifact in com.ibm.json.java
Modifier and TypeClassDescriptionclass
Extension of ArrayList that only allows values which are JSON-able.class
Models a JSON Object.class
Extension of the basic JSONObject.Modifier 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.