Class LJSON
java.lang.Object
net.thevpc.commons.ljson.LJSON
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NULL
-
-
Constructor Details
-
LJSON
public LJSON(org.hjson.JsonValue value)
-
-
Method Details
-
of
-
isUndefined
public boolean isUndefined() -
getDouble
-
objectMembers
-
arrayMembers
-
get
-
get
-
asStringArray
-
asString
-
asDouble
public double asDouble(double defaultValue) -
asDouble
-
asInt
public int asInt(int defaultValue) -
asInt
-
asObject
-
isObject
public boolean isObject() -
isArray
public boolean isArray() -
isString
public boolean isString() -
isNull
public boolean isNull() -
toString
-