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; }
Public Property JsonFormatting As Formatting
Get
Set
Property Value
Type:
FormattingRemarks Defaults to Indented.
See Also