htmlform2json

1.0.0 • Public • Published

form2json

Convert html forms to json objects

Install

npm install htmlform2json --save

Usage

import form2json from 'htmlform2json';
 
let json = form2json(document.getElementById('myForm'));

Test

npm test

Contribution

Feel free to contribute through PRs or by submitting issues. If you want to contribute with code, make sure you gulp it, test it and lint it (npm run lint). Write more tests if neccessary.

Package Sidebar

Install

npm i htmlform2json

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • tbleckert