Javascript
HOW TO CONVERT FORMDATA TO JSON OBJECT
Recently, whilst working on a project I needed to take HTML FormData and then convert it to JSON to be sent off to an API. By default the FormData object…