Class JSONElement
java.lang.Object
me.topchetoeu.j2s.compilation.json.JSONElement
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
bool()
static JSONElement
bool
(boolean val) boolean
boolean
isList()
boolean
isMap()
boolean
isNull()
boolean
isNumber()
boolean
isString()
list()
static JSONElement
map()
static JSONElement
double
number()
static JSONElement
number
(double val) static JSONElement
string()
static JSONElement
toString()
-
Field Details
-
NULL
-
type
-
-
Method Details
-
map
-
list
-
string
-
number
-
bool
-
of
-
isMap
public boolean isMap() -
isList
public boolean isList() -
isString
public boolean isString() -
isNumber
public boolean isNumber() -
isBoolean
public boolean isBoolean() -
isNull
public boolean isNull() -
map
-
list
-
string
-
number
public double number() -
bool
public boolean bool() -
toString
-