JsonValue (FSharp.Data)
Instance members
| Instance member | Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
Parameters:
string
-
The URL to send the JSON to.
?httpMethod : string
-
The HTTP method to use (default: POST).
?headers : (string * string) seq
-
Additional HTTP headers to include.
Returns:
|
|
|
Full Usage:
Parameters:
string
-
The URL to send the JSON to.
?httpMethod : string
-
The HTTP method to use (default: POST).
?headers : (string * string) seq
-
Additional HTTP headers to include.
Returns:
|
|
|
Full Usage:
Parameters:
int
-
Number of spaces per indentation level (default 2).
Returns:
|
|
|
Full Usage:
Parameters:
JsonSaveOptions
-
Controls formatting: indented, compact, or compact with spaces.
?indentationSpaces : int
-
Number of spaces per indentation level (default 2). Only used when saveOptions is JsonSaveOptions.None.
Returns:
|
|
|
Full Usage:
Parameters:
TextWriter
-
The writer to serialize to.
saveOptions : JsonSaveOptions
-
Controls formatting: indented, compact, or compact with spaces.
?indentationSpaces : int
-
Number of spaces per indentation level (default 2). Only used when saveOptions is JsonSaveOptions.None.
|
|