Hi, i recently want to have a json output for my website so i use this extension :
https://github.com/deanmoses/tacocat-gallery-zenphoto-rest-apiBut when i make a request (with js) the json output is UTF-8 with BOM. The problem is when i want to parse it i have a error : Unexpected token ?
So how can I remove BOM ?
Comments