JsonFunctionDelegate Delegate
Namespace: Json.JsonE
Inheritance: JsonFunctionDelegate
🡒 MulticastDelegate
🡒 Delegate
🡒 object
Implemented interfaces:
- ICloneable
- ISerializable
Defines a signature for custom JSON-e functions.
Declaration
1
public delegate JsonNode JsonFunctionDelegate(JsonNode[] arguments, EvaluationContext context)
Parameter | Type | Description |
---|---|---|
arguments | JsonNode[] | Â |
context | EvaluationContext | Â |