Uses of Class
jsonvalues.TryObj
-
-
Uses of TryObj in jsonvalues
Methods in jsonvalues that return TryObj Modifier and Type Method Description TryObj
ImmutableJsons.ImmutableJsObjs. parse(String str)
Tries to parse the string into an immutable object.TryObj
ImmutableJsons.ImmutableJsObjs. parse(String str, ParseBuilder builder)
Tries to parse the string into an immutable object, performing the specified transformations during the parsing.TryObj
MutableJsons.MutableJsObjs. parse(String str)
Tries to parse the string into an immutable object.TryObj
MutableJsons.MutableJsObjs. parse(String str, ParseBuilder builder)
Tries to parse the string into an immutable object, performing the specified transformations during the parsing.
-