* Return a JSON string containing an object representing the form input values. * This is based on the result of the `formArrayFormatted()` function. * * @returns {string}
()
| 3295 | * @returns {string} |
| 3296 | */ |
| 3297 | formJsonFormatted() { |
| 3298 | return JSON.stringify(this.formArrayFormatted()); |
| 3299 | } |
| 3300 | |
| 3301 | /** |
| 3302 | * Return a JSON string containing an object representing the form input values. |
no test coverage detected