Namespace: Json.JsonE
Inheritance: JsonE 🡒 object
Models a JSON-e template.
Methods
Evaluate(JsonNode template, JsonNode context)
Evaluates the template against a JSON value context.
Declaration
1
public static JsonNode Evaluate(JsonNode template, JsonNode context)
| Parameter | Type | Description |
|---|---|---|
| template | JsonNode | Â |
| context | JsonNode | The JSON value context |
Returns
A new JSON value result.