Click or drag to resize

JsonLdProcessorOptionsOrdered Field

Specifies whether the processor should operate on properties in lexicographical order or not.

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool Ordered

Field Value

Type: Boolean
Remarks

If set to true, certain algorithm processing steps where indicated are ordered lexicographically. If false, order is not considered in processing.

Defaults to false.

See Also