Monkey Documentation

Class JsonValue


Extended by:
Methods:

Method Documentation

Method BoolValue : Bool ()

Throws a JsonError if object is not a JsonBool.

Method FloatValue : Int ()

Throws a JsonError if object is not a JsonNumber.

Method IntValue : Int ()

Throws a JsonError if object is not a JsonNumber.

Method StringValue : String ()

Throws a JsonError if object is not a JsonString.

Method ToJson : String ()

Converts value to a JSON string.