Query
Query JSON string/token.
Last updated
Was this helpful?
Query JSON string/token.
Task version: 1.1.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: -
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 : IEnumerable<Object>
Result data.
Example: [ { Foo }, { Bar } ]
Changelog is not available for this Task.
Last updated
Was this helpful?
Was this helpful?

