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: 
Syntaxpublic Formatting JsonFormatting { get; set; }Public Property JsonFormatting As Formatting
	Get
	Set
Property Value
Type: 
Formatting
RemarksDefaults to Indented.
See Also