public class JsonNode
extends Object
Basic wrapper for the JSON type - modelled after the jackson databind JsonNode
-
Constructor Summary
Constructors
-
Method Summary
boolean
boolean
boolean
boolean
boolean
boolean
-
Constructor Details
-
JsonNode
public JsonNode(String source)
-
Method Details
-
isArray
public boolean isArray()
-
isObject
public boolean isObject()
-
isBoolean
public boolean isBoolean()
-
isNull
public boolean isNull()
-
isNumber
public boolean isNumber()
-
isString
public boolean isString()
-