1.0.0 • Published 7 years ago

htmlform2json v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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.