assemblyscript-json / JSON / Bool
JSON.Bool
-
↳ Bool
+ new Bool(_bool
: bool): Bool
Name | Type |
---|---|
_bool |
bool |
Returns: Bool
Inherited from: Value
Defined in: JSON.ts:257
• _bool: bool
• isArr(): boolean
Returns: boolean
Defined in: JSON.ts:178
• isBool(): boolean
Returns: boolean
Defined in: JSON.ts:164
• isFloat(): boolean
Returns: boolean
Defined in: JSON.ts:150
• isInteger(): boolean
Returns: boolean
Defined in: JSON.ts:157
• isNull(): boolean
Returns: boolean
Defined in: JSON.ts:171
• isNum(): boolean
Returns: boolean
Defined in: JSON.ts:143
• isObj(): boolean
Returns: boolean
Defined in: JSON.ts:185
• isString(): boolean
Returns: boolean
Defined in: JSON.ts:136
▸ toString(): string
Returns: string
Overrides: Value
Defined in: JSON.ts:262
▸ valueOf(): bool
Returns: bool
Defined in: JSON.ts:266
▸ Static
Array(): Arr
Returns: Arr
Inherited from: Value
Defined in: JSON.ts:129
▸ Static
Bool(b
: bool): Bool
Name | Type |
---|---|
b |
bool |
Returns: Bool
Inherited from: Value
Defined in: JSON.ts:123
▸ Static
Float(num
: number): Float
Name | Type |
---|---|
num |
number |
Returns: Float
Inherited from: Value
Defined in: JSON.ts:117
▸ Static
Integer(num
: number): Integer
Name | Type |
---|---|
num |
number |
Returns: Integer
Inherited from: Value
Defined in: JSON.ts:120
▸ Static
Null(): Null
Returns: Null
Inherited from: Value
Defined in: JSON.ts:126
▸ Static
Number(num
: number): Num
Name | Type |
---|---|
num |
number |
Returns: Num
Inherited from: Value
Defined in: JSON.ts:114
▸ Static
Object(): Obj
Returns: Obj
Inherited from: Value
Defined in: JSON.ts:132
▸ Static
String(str
: string): Str
Name | Type |
---|---|
str |
string |
Returns: Str
Inherited from: Value
Defined in: JSON.ts:111