If I
If you want javascript object:
let dest = {}; $( form ) .serializeArray() .map( input => dest[ input.name ] = input.value );
And the Json:
console.log( JSON.stringify( dest ) );