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