Sets the JSON String to be parsed and read.

The following are the read keywords:

| *Name* | *Description* |
| `Get JSON List Length`    | Returns JSON list length of the given json path expression. |
| `Get JSON Property Value` | This will return the object property given the {{jsonObject}} and its {{property}}. If {{jsonObject}} is not provided this will return the root {{property}}. |
| `Get JSON Value` | This will return the value of the given the {{jsonExpression}}. |
| `Get JSON Values` | This will return the values of the given the {{jsonExpression}}. |
| `JSON List Length Should Be Equal` | Asserts that the JSON list length of the given {{jsonExpression}} is equal to the provided {{expectedLength}}. |
| `JSON Value Should Be Equal` | Asserts that the JSON value of the given {{jsonExpression}} is equal to the provided {{expectedValue}}. |

Please see the {{jspringbot-doc:json|#introduction}} introduction for other examples.

