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