1.0.0 • Published 9 years ago
htmlform2json v1.0.0
form2json
Convert html forms to json objects
Install
npm install htmlform2json --saveUsage
import form2json from 'htmlform2json';
let json = form2json(document.getElementById('myForm'));Test
npm testContribution
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.