JsonLdProcessorOptionsUseNativeTypes Field |
Get or set the flag that determines whether or not JSON native values should be used in literals.
Namespace:
VDS.RDF.JsonLd
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic bool UseNativeTypes
Public UseNativeTypes As Boolean
Field Value
Type:
Boolean
RemarksIf enabled, causes the Serialize RDF as JSON-LD Algorithm to use native JSON values in value objects avoiding the need for an explicitly @type.
Defaults to false.
See Also