MCPcopy Index your code
hub / github.com/autoNumeric/autoNumeric / formJsonNumericString

Method formJsonNumericString

src/AutoNumeric.js:3287–3289  ·  view source on GitHub ↗

* Return a JSON string containing an object representing the form input values. * This is based on the result of the `formArrayNumericString()` function. * * @returns {string}

()

Source from the content-addressed store, hash-verified

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.

Callers 2

Calls 1

Tested by

no test coverage detected