Home JsonE Class
JsonE Class
Cancel

JsonE Class

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)
ParameterTypeDescription
templateJsonNode 
contextJsonNodeThe JSON value context

Returns

A new JSON value result.

Contents