Uses of Interface
com.api.json.JSONArtifact
-
-
Uses of JSONArtifact in com.api.json
Classes in com.api.json that implement JSONArtifact Modifier and Type Class Description classJSONArrayclassJSONObjectMethods in com.api.json that return JSONArtifact Modifier and Type Method Description static JSONArtifactJSON. parse(InputStream is)Parses the supplied input stream to produce either aJSONObjector aJSONArray.static JSONArtifactJSON. parse(Reader reader)Parses the supplied reader to produce either aJSONObjector aJSONArraystatic JSONArtifactJSON. parse(String str)Parses a supplied String to produce aJSONObjector aJSONArray.
-