JsonLdWriterOptions Class |
Namespace: VDS.RDF.Writing
The JsonLdWriterOptions type exposes the following members.
Name | Description | |
---|---|---|
JsonLdWriterOptions | Initializes a new instance of the JsonLdWriterOptions class |
Name | Description | |
---|---|---|
JsonFormatting |
Get or set the formatting to apply to the JSON generated by the writer.
| |
Ordered |
Order dictionary keys lexicographically in the JSON output
| |
ProcessingMode | ||
RdfDirection |
Get or set the text direction mode to use.
| |
UseNativeTypes |
If the this flag is set to true, RDF literals with a datatype IRI that equals xsd:integer or xsd:double are converted
to a JSON numbers and RDF literals with a datatype IRI that equals xsd:boolean are converted to true or false based
on their lexical form.
| |
UseRdfType |
Unless this flag is set to true, rdf:type predicates will be serialized as @type as long as the
associated object is either an IRI or blank node identifier.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |