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