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