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, ParseBuilder builder)Tries to parse the string into a mutable json, performing the specified transformations while the parsing.static TryJson. parse(String str)Tries to parse the string into an immutable json.static TryJson. parse(String str, ParseBuilder builder)Tries to parse the string into an immutable json, performing the specified transformations while the parsing.
-