koldev / JsonParser

Recursive descent JSON parser for PascalScript
43 stars 19 forks source link

Error Parsing JSON with UTF-8 BOM #6

Open ChethanEJ7 opened 1 year ago

ChethanEJ7 commented 1 year ago

Json parsing with UTF-8 encoding works fine with Identifier 65001.

But fails when the JSON file's encoding is UTF-8 with BOM.

Can anyone help me how to go ahead with UTF-8 with BOM encoding or do I need to use any other identifier rather than 65001.

Thanks