For the complete documentation index, see llms.txt. This page is also available as Markdown.

Query

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

Task Parameters

Name
Description

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"

Name
Description

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

Task Result

Name
Description

Success : Boolean

Operation complete without errors. Example: true

Data : IEnumerable<Object>

Result data. Example: [ { Foo }, { Bar } ]

Task Changelog

Changelog is not available for this Task.

Last updated

Was this helpful?