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, ParseOptions options)
Tries to parse the string into a mutable json, performing some operations while the parsing.static Try
Json. parse(String str)
Tries to parse the string into an immutable json.static Try
Json. parse(String str, ParseOptions options)
Tries to parse the string into an immutable json, performing some operations while the parsing.
-