F# Data


JsonSaveOptions

Specifies the formatting behaviour of JSON values

Record Fields

Record FieldDescription
DisableFormatting
Signature: JsonSaveOptions
Modifiers: static

Print the JsonValue in one line in a compact way

None
Signature: JsonSaveOptions
Modifiers: static

Format (indent) the JsonValue

Fork me on GitHub