ConvertJSONStringToJToken
Convert JSON string to JToken.
Last updated
Was this helpful?
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
Json : String
JSON string to convert.
Default: -
Example: { 'foo': 'bar', 'foobar': ['Foo', 'Bar'] }
Success : Boolean
Operation complete without errors.
Example: true
Jtoken : Object
JToken.
Example: {{ "foo": "bar", "foobar": [ "Foo", "Bar" ]}}
Changelog is not available for this Task.
Last updated
Was this helpful?
Was this helpful?

