Json Type
A type representing Javascript Object Notation
Union cases
| Union case | Description |
|
|
Full Usage:
JBool bool
Parameters:
bool
|
|
Full Usage:
JNull
|
|
Full Usage:
JNumber float
Parameters:
float
|
|
Full Usage:
JString string
Parameters:
string
|
|
Instance members
| Instance member | Description |
Full Usage:
this.IsJArray
Returns: bool
|
|
Full Usage:
this.IsJBool
Returns: bool
|
|
Full Usage:
this.IsJNull
Returns: bool
|
|
Full Usage:
this.IsJNumber
Returns: bool
|
|
Full Usage:
this.IsJObject
Returns: bool
|
|
Full Usage:
this.IsJString
Returns: bool
|
|