- parseJson(String, boolean, boolean) - Method in class manifold.api.json.DefaultParser
-
- parseJson(String, boolean, boolean) - Method in interface manifold.api.json.IJsonParser
-
Parse Json text as a standard javax.script.Bindings object.
- parseJson(String, boolean, boolean) - Method in class manifold.api.json.NashornJsonParser
-
- postForJsonContent(URL) - Method in class manifold.api.json.JsonImplBase
-
Use http POST to pass arguments and get the full content of this URL as a JSON object.
- postForJsonContent(URL, Bindings) - Static method in class manifold.json.extensions.java.net.URL.ManUrlExt
-
Use http POST to pass JSON bindings to this URL and get the full content as a JSON object.
- postForJsonContent(Bindings, String) - Static method in class manifold.json.extensions.javax.script.Bindings.ManBindingsExt
-
Use http POST to pass JSON bindings to this URL and get the full content as a JSON object.
- postForTextContent(URL) - Method in class manifold.api.json.JsonImplBase
-
Use http POST to pass this json to the URL and get back the full content as a String.
- postForTextContent(URL, Bindings) - Static method in class manifold.json.extensions.java.net.URL.ManUrlExt
-
Use http POST to pass JSON bindings to this URL and get back the full content as a String.