Header menu logo FSharp.Data

JsonSaveOptions Type

Specifies the formatting behaviour of JSON values

Record fields

Record Field Description

CompactSpaceAfterComma

Full Usage: CompactSpaceAfterComma

Field type: JsonSaveOptions
Modifiers: static

Print the JsonValue in one line in a compact way, but place a single space after every comma https://github.com/fsprojects/FSharp.Data/issues/1482

Field type: JsonSaveOptions

DisableFormatting

Full Usage: DisableFormatting

Field type: JsonSaveOptions
Modifiers: static

Print the JsonValue in one line in a compact way

Field type: JsonSaveOptions

None

Full Usage: None

Field type: JsonSaveOptions
Modifiers: static

Format (indent) the JsonValue

Field type: JsonSaveOptions

Type something to start searching.