JsonLdProcessorExpand Method (JToken, JsonLdProcessorOptions) |
Apply the JSON-LD expansion algorithm to a context JSON object.
Namespace:
VDS.RDF.JsonLd
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static JArray Expand(
JToken input,
JsonLdProcessorOptions options = null
)
Public Shared Function Expand (
input As JToken,
Optional options As JsonLdProcessorOptions = Nothing
) As JArray
Parameters
- input
- Type: JToken
The context JSON object to be expanded. - options (Optional)
- Type: VDS.RDF.JsonLdJsonLdProcessorOptions
Options to apply during the expansion processing.
Return Value
Type:
JArrayThe expanded JSON-LD context.
See Also