![]() |
VOOZH | about |
LengthFunction Class
Namespace: Json.Path
Inheritance: LengthFunction 🡒 ValueFunctionDefinition 🡒 object
Implemented interfaces:
Implements the length() function to get:
| Name | Type | Summary |
|---|---|---|
| Name | string | Gets the function name. |
Evaluates the function.
1
public JsonNode Evaluate(JsonNode value)
| Parameter | Type | Description |
|---|---|---|
| value | JsonNode | An object, array, or string |
If an object or array, the number of items it contains; if a string, the length.
A new version of content is available.