Home IRule Interface
IRule Interface
Cancel

IRule Interface

Namespace: Json.Logic

Inheritance: IRule

Defines functionality for a model-less approach to evaluating JSON Logic rules.

Methods

Apply(JsonNode args, EvaluationContext context)

Applies the rule.

Declaration

1
public abstract JsonNode Apply(JsonNode args, EvaluationContext context)
ParameterTypeDescription
argsJsonNodeThe arguments.
contextEvaluationContextThe context.

Returns

The result.

Contents