Click or drag to resize

JsonLdProcessorFlatten Method (JToken, JToken, JsonLdProcessorOptions)

Flattens the given input and compacts it using the passed context according to the steps in the JSON-LD Flattening algorithm.

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static JToken Flatten(
	JToken input,
	JToken context,
	JsonLdProcessorOptions options
)

Parameters

input
Type: JToken

[Missing <param name="input"/> documentation for "M:VDS.RDF.JsonLd.JsonLdProcessor.Flatten(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,VDS.RDF.JsonLd.JsonLdProcessorOptions)"]

context
Type: JToken

[Missing <param name="context"/> documentation for "M:VDS.RDF.JsonLd.JsonLdProcessor.Flatten(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,VDS.RDF.JsonLd.JsonLdProcessorOptions)"]

options
Type: VDS.RDF.JsonLdJsonLdProcessorOptions

[Missing <param name="options"/> documentation for "M:VDS.RDF.JsonLd.JsonLdProcessor.Flatten(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,VDS.RDF.JsonLd.JsonLdProcessorOptions)"]

Return Value

Type: JToken

[Missing <returns> documentation for "M:VDS.RDF.JsonLd.JsonLdProcessor.Flatten(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,VDS.RDF.JsonLd.JsonLdProcessorOptions)"]

See Also