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

ConvertJSONStringToJToken

Convert JSON string to JToken.

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 : String

JSON string to convert.

Default: - Example: { 'foo': 'bar', 'foobar': ['Foo', 'Bar'] }

Task Result

Name
Description

Success : Boolean

Operation complete without errors. Example: true

Jtoken : Object

JToken. Example: {{ "foo": "bar", "foobar": [ "Foo", "Bar" ]}}

Task Changelog

Changelog is not available for this Task.

Last updated

Was this helpful?