Extends: |
|
Constructors: |
- New ( length:Int )
- New ( data:JsonValue[] )
|
Properties: |
|
Methods: |
- Get : JsonValue ( index:Int )
- GetBool : Bool ( index:Int )
- GetData : JsonValue[] ()
- GetFloat : Float ( index:Int )
- GetInt : Int ( index:Int )
- GetString : String ( index:Int )
- PushJson : Void ( buf:StringStack )
- Set : Void ( index:Int, value:JsonValue )
- SetBool : Void ( index:Int, value:Bool )
- SetFloat : Void ( index:Int, value:Float )
- SetInt : Void ( index:Int, value:Int )
- SetString : Void ( index:Int, value:String )
|
Inherited Methods: |
|
Throws a JsonError if index is out of bounds.
Returns a JsonNull object if element at index is null.
Method GetBool : Bool ( index:Int )
Gets internal array used to contain values.
Method GetFloat : Float ( index:Int )
Method GetInt : Int ( index:Int )
Method GetString : String ( index:Int )
Method Set : Void ( index:Int, value:JsonValue )
Throws a JsonError if index is out of bounds.
Method SetBool : Void ( index:Int, value:Bool )
Throws a JsonError if index is out of bounds.
Method SetFloat : Void ( index:Int, value:Float )
Throws a JsonError if index is out of bounds.
Method SetInt : Void ( index:Int, value:Int )
Throws a JsonError if index is out of bounds.
Method SetString : Void ( index:Int, value:String )
Throws a JsonError if index is out of bounds.