Click or drag to resize

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:
Syntax
public bool UseNativeTypes

Field Value

Type: Boolean
Remarks

If 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