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