Header menu logo issie

Json Type

A type representing Javascript Object Notation

Union cases

Union case Description

JArray Json list

Full Usage: JArray Json list

Parameters:
Item : Json list

JBool bool

Full Usage: JBool bool

Parameters:
    Item : bool

Item : bool

JNull

Full Usage: JNull

JNumber float

Full Usage: JNumber float

Parameters:
    Item : float

Item : float

JObject Map<string, Json>

Full Usage: JObject Map<string, Json>

Parameters:
Item : Map<string, Json>

JString string

Full Usage: JString string

Parameters:
    Item : string

Item : string

Instance members

Instance member Description

this.IsJArray

Full Usage: this.IsJArray

Returns: bool
Returns: bool

this.IsJBool

Full Usage: this.IsJBool

Returns: bool
Returns: bool

this.IsJNull

Full Usage: this.IsJNull

Returns: bool
Returns: bool

this.IsJNumber

Full Usage: this.IsJNumber

Returns: bool
Returns: bool

this.IsJObject

Full Usage: this.IsJObject

Returns: bool
Returns: bool

this.IsJString

Full Usage: this.IsJString

Returns: bool
Returns: bool

Type something to start searching.