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

QuerySingle

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

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: "$.key" Example: ""$.key"

Task Result

Name
Description

Success : Boolean

Operation complete without errors. Example: true

Data : Object

Result data. Example: {{ "Name": "Foo", "Products": [{ "Name": "Bar", "Price": 1 }]}}

Task Changelog

Changelog is not available for this Task.

Last updated

Was this helpful?