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