Uses of Class
jsonvalues.TryObj
-
-
Uses of TryObj in jsonvalues
Methods in jsonvalues that return TryObj Modifier and Type Method Description static TryObj
JsObj. _parse_(String str)
Tries to parse the string into a mutable json object.static TryObj
JsObj. _parse_(String str, ParseOptions options)
Tries to parse the string into an mutable object, performing some operations while the parsing.static TryObj
JsObj. parse(String str)
Tries to parse the string into an immutable object.static TryObj
JsObj. parse(String str, ParseOptions options)
Tries to parse the string into an immutable object, performing some operations during the parsing.
-