* Return a JSON string containing an object representing the form input values. * This is based on the result of the `formArrayNumericString()` function. * * @returns {string}
()
| 3285 | * @returns {string} |
| 3286 | */ |
| 3287 | formJsonNumericString() { |
| 3288 | return JSON.stringify(this.formArrayNumericString()); |
| 3289 | } |
| 3290 | |
| 3291 | /** |
| 3292 | * Return a JSON string containing an object representing the form input values. |
no test coverage detected