| 2086 | splitUnnamedArgumentCount: 1, | 2086 | splitUnnamedArgumentCount: 1, |
| 2087 | helpString: ` | 2087 | helpString: ` |
| 2088 | <div> | 2088 | <div> |
| 2089 | Get or set a variable. Use <code>index</code> to access elements of a list or dictionary. | 2089 | Get or set a variable. Use <code>index</code> to access elements of a JSON-serialized list or dictionary. |
| 2090 | To convert the value to a specific JSON type when using with <code>index</code>, use the <code>as</code> argument. | 2090 | To convert the value to a specific JSON type when using with <code>index</code>, use the <code>as</code> argument. |
| 2091 | </div> | 2091 | </div> |
| 2092 | <div> | 2092 | <div> |