Package mjson
Class Json.help
- java.lang.Object
-
- mjson.Json.help
-
-
Constructor Summary
Constructors Constructor Description help()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringescape(String string)Perform JSON escaping so that ", <, >, etc.static JsonresolvePointer(String pointer, Json element)Given a JSON Pointer, as per RFC 6901, return the nested JSON value within theelementparameter.
-