Click or drag to resize

JsonLdProcessorFrame Method

Applies the framing algorithm to the specified input.

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

Parameters

input
Type: JToken
The input to be framed.
frame
Type: JToken
The framing specification document.
options
Type: VDS.RDF.JsonLdJsonLdProcessorOptions
Processor options.

Return Value

Type: JObject

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

See Also