Namespace: Json.JsonE
Inheritance: JsonFunction 🡒 FunctionDefinition 🡒 object
Serves as a System.Text.Json.Nodes.JsonNode-compatible wrapper for a custom JSON-e function.
Methods
Create(JsonFunctionDelegate function)
Creates a new Json.JsonE.JsonFunction.
Declaration
1
public static JsonFunction Create(JsonFunctionDelegate function)
| Parameter | Type | Description |
|---|---|---|
| function | JsonFunctionDelegate | Â |