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

Method formJsonFormatted

src/AutoNumeric.js:3297–3299  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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.

Callers 2

Calls 1

formArrayFormattedMethod · 0.95

Tested by

no test coverage detected