QuerySingle
Query JSON string/token for a single result.
Last updated
Was this helpful?
Query JSON string/token for a single result.
Task version: 1.2.0
Required Frends version: 5.5+
Required .NET version: 6.0
Compatible Agents: Crossplatform
Source code: https://github.com/FrendsPlatform/Frends.JSON
Json : Object
JSON input needs to be of type string or JToken
Default: -
Example: {"key":"value"}
Query : String
The query is of type JSONPath.
More details: http://goessner.net/articles/JsonPath/
Default: "$.key"
Example: ""$.key"
ErrorWhenNotMatched : Boolean
A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.
Default: -
Example: true
Success : Boolean
Operation complete without errors.
Example: true
Data : Object
Result data.
Example: {{ "Name": "Foo", "Products": [{ "Name": "Bar", "Price": 1 }]}}
Changelog is not available for this Task.
Last updated
Was this helpful?
Was this helpful?

