JsonValue Type
Represents a JSON value. Large numbers that do not fit in the Decimal type are represented using the Float case, while smaller numbers are represented as decimals to avoid precision loss.
Union cases
Union case | Description |
|
|
Full Usage:
Boolean bool
Parameters:
bool
|
|
Full Usage:
Float float
Parameters:
float
|
|
Full Usage:
Null
|
|
Full Usage:
Number decimal
Parameters:
decimal
|
|
|
|
Full Usage:
String string
Parameters:
string
|
|
Instance members
Instance member | Description |
Full Usage:
this.Request
Parameters:
string
?httpMethod : string
?headers : (string * string) seq
Returns: HttpResponse
|
|
Full Usage:
this.RequestAsync
Parameters:
string
?httpMethod : string
?headers : (string * string) seq
Returns: Async<HttpResponse>
|
|
Full Usage:
this.ToString
Parameters:
int
Returns: string
|
|
Full Usage:
this.ToString
Parameters:
JsonSaveOptions
?indentationSpaces : int
Returns: string
|
|
Full Usage:
this.WriteTo
Parameters:
TextWriter
saveOptions : JsonSaveOptions
?indentationSpaces : int
|
|
Static members
Static member | Description |
|
|
|
|
|
|
|
|
|
|
|
|
|