![]() |
VOOZH | about |
EvaluationContext Class
Namespace: Json.JsonE
Inheritance: EvaluationContext 🡒 object
Provides context data for JSON-e evaluation.
Finds data within the context.
1
public JsonNode Find(ContextAccessor identifier)
| Parameter | Type | Description |
|---|---|---|
| identifier | ContextAccessor | An accessor. |
The value, if it exists.
Checks data for a given property.
1
public bool IsDefined(ContextAccessor identifier)
| Parameter | Type | Description |
|---|---|---|
| identifier | ContextAccessor | An accessor. |
true if the value exists in the context; otherwise false.
1
public JsonNode Pop()
Adds or overrides context data.
1
public void Push(JsonObject newContext)
| Parameter | Type | Description |
|---|---|---|
| newContext | JsonObject |
A new version of content is available.