Why is my JSON code showing as invalid or unexpected token?

this is the json code i am going to save it but it showing me the message that the json is invalid or unexpected token can you show me what is the issue here { “name”: “Search”, “max_blocks”: 4, “blocks”: [ { “type”: “menu”, “name”: “Menu”, “settings”: [ { “type”: “link_list”, “id”: “menu”, } ] }, { “type”: “vendors”, “name”: “Vendor List”, “limit”: 1, “settings”: [ { “type”: “text”, “id”: “title”, } ] }, { “type”: “types”, “name”: “Type List”, “limit”: 1, “settings”: [ { “type”: “text”, “id”: “title”, } ] }, { “type”: “tag-list”, “name”: “Tag List”, “settings”: [ { “type”: “text”, “id”: “title”, }, { “type”: “textarea”, “id”: “tags”, “label”: “Tags”, “info”: “Enter a comma(,) separated list of tags.” } ] } }

Hi,

Use this to validate and fix your json data