# ConvertJSONStringToJToken

Required Frends version: 5.5+

Required .NET version: 6.0

Compatible Agents: Crossplatform

Source code: <https://github.com/FrendsPlatform/Frends.JSON>

{% tabs %}
{% tab title="Parameter: Input" %}

| Name            | Description                                                                                                                           |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| Json : `String` | <p>JSON string to convert.</p><p><br>Default: <code>-</code><br>Example: <code>{ 'foo': 'bar', 'foobar': \['Foo', 'Bar'] }</code></p> |
| {% endtab %}    |                                                                                                                                       |

{% tab title="Result: Result" %}

| Name                | Description                                                                            |
| ------------------- | -------------------------------------------------------------------------------------- |
| Success : `Boolean` | <p>Operation complete without errors.<br>Example: <code>true</code></p>                |
| Jtoken : `Object`   | <p>JToken.<br>Example: <code>{{ "foo": "bar", "foobar": \[ "Foo", "Bar" ]}}</code></p> |
| {% endtab %}        |                                                                                        |
| {% endtabs %}       |                                                                                        |
