Click or drag to resize

JsonLdProcessor.Warnings Property

Get the warnings generated by the processor.

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public List<JsonLdProcessorWarning> Warnings { get; }

Property Value

Type: List<JsonLdProcessorWarning>
Remarks
May be an empty list.
See Also