JsonLdWriterOptions Properties |
The JsonLdWriterOptions type exposes the following members.
| 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.
|