JsonLdProcessor Methods |
The JsonLdProcessor type exposes the following members.
| Name | Description | |
|---|---|---|
| Compact(JToken, JToken) |
Run the Compaction algorithm.
| |
| Compact(JToken, JToken, JsonLdProcessorOptions) |
Run the Compaction algorithm.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Expand(JToken, JsonLdProcessorOptions) |
Apply the JSON-LD expansion algorithm to a context JSON object.
| |
| Expand(Uri, JsonLdProcessorOptions) |
Apply the JSON-LD context expansion algorithm to the context found at the specified URL.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| Flatten(JToken, JToken) |
Flattens the given input and compacts it using the passed context according to the steps in the JSON-LD Flattening algorithm.
| |
| Flatten(JToken, JToken, JsonLdProcessorOptions) |
Flattens the given input and compacts it using the passed context according to the steps in the JSON-LD Flattening algorithm.
| |
| Frame |
Applies the framing algorithm to the specified input.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |