Looping through a json object with the same key – Jquery
I have two json objects i am getting remotely and one is of this format { "form": { "mounted_language": "en", "enctype": "multipart/form-data", "hydration_url": "", "post_destination": "postFormData()", "fields": { "title": { "type": "text", "label": "Title", "data-model": "title", "value": "", "required": true,…