JSONValue
interface JSONValue
Content copied to clipboard
This interface provides convenient methods to browse a JSON value (typically returned by the underlying Javascript engine). In particular, these methods support conversion to native Java types (such as String, Number, Boolean) as well as to POJO (Plain Old Java Objects) types.
Functions
get Property
Link copied to clipboard
If this JSON value is a JSON object, gets the raw Javascript object representing the value of a given property of this JSON object.
get Property As
Link copied to clipboard
get Property As List Of
Link copied to clipboard
get Property As Map Of
Link copied to clipboard
get Value As
Link copied to clipboard
Gets this JSON value as an object of a given type.
get Value As List Of
Link copied to clipboard
get Value As Map Of
Link copied to clipboard