Uses of Class
jsonvalues.TryObj
-
-
Uses of TryObj in jsonvalues
Methods in jsonvalues that return TryObj Modifier and Type Method Description static TryObjJsObj. _parse_(String str)Tries to parse the string into a mutable json object.static TryObjJsObj. _parse_(String str, ParseBuilder builder)Tries to parse the string into an mutable object, performing the specified transformations while the parsing.static TryObjJsObj. parse(String str)Tries to parse the string into an immutable object.static TryObjJsObj. parse(String str, ParseBuilder builder)Tries to parse the string into an immutable object, performing the specified transformations during the parsing.
-