Click or drag to resize

JsonLdWriterOptionsJsonFormatting Property

Get or set the formatting to apply to the JSON generated by the writer.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public Formatting JsonFormatting { get; set; }

Property Value

Type: Formatting
Remarks
Defaults to Indented.
See Also