jQuery plugin to serialize forms into objects
npm install @destination/jquery-serializeobjectjQuery plugin to serialize forms into objects.
``sh`
yarn add @destination/jquery-serializeobject
If you're using webpack, load the module first:
`javascript`
require('@destination/jquery-serializeobject');
Once loaded, just use it like a standard jQuery plugin:
`javascript``
$('#form').serializeObject();
Released under the MIT license