Search
JsonValue Methods
 


 Public Methods

  Name Description

equals

 

fromBoolean

Converts a boolean to JsonValue.

fromDateTime

Converts a DateTime to JsonValue.

fromDouble

Converts a double to JsonValue.

fromFloat

Converts a float to JsonValue.

fromInt

Converts an int to JsonValue.

fromJsonObject

Converts a JsonObject to JsonValue.

fromLong

Converts a long to JsonValue.

getValue

 

hashCode

 

toArrayList

Converts the value to ArrayList.

toBoolean

Converts the value to boolean value

toDateTime

Converts the value to DateTime.

toDouble

Converts the value to double.

toFloat

Converts the value to float.

toInt

Converts the value to int.

toJsonObject

Converts the value to JsonObject.

toJsonValue

Converts a string to JsonValue.

toLong

Converts the value to long.

toString

Overloaded.  

 See Also