interactiveTest.help
Valid values for input boxes
- String primitives (e.g. one, two)
- Number primitives (e.g. 1, 2)
- JSON string literals (e.g. ["one", "two"], {"Priority": 6})
NOTE: must use DOUBLE QUOTES " as single quotes ' will NOT work
NOTE: JSON strings are parsed using JSON.parse().
NOTE: Required values will not accept integer '0' as a value (strings will work though).. so have to make that parameter NOT required to allow '0' integer values