Class brl.json.JsonValue - leonard-thieu/monkey GitHub Wiki
BoolValue : Bool ()
FloatValue : Int ()
IntValue : Int ()
StringValue : String ()
ToJson : String ()
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.