A CSPro string value, created as a
string,
alpha, or as part of an object such as a
List, is represented as a
JSON string.
When converting a JSON value to a CSPro string, the following conversions are supported:
| JSON Value | CSPro Value |
| string | string |
| number | number as a string (e.g., "40") |
| true | "1" |
| false | "0" |
| null | "" |
Converting an array or object results in an exception.