Frends.JSON.ConvertJSONStringToJToken / 1.2.0
Summary
Parses JSON text into a JToken, the navigable object form the other JSON Tasks and expressions work against, rather than leaving it an opaque string.
Typical use — the step right after receiving JSON as text, so the rest of the Process can address it by path
Input parameter.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| Json | String |
– | { 'foo': 'bar', 'foobar': ['Foo', 'Bar'] } |
JSON string to convert. |