See `fetch/api/response/json.any.js`: - If the JSON starts with the UTF-16 BOM, it must be rejected with SyntaxError - If the JSON starts with the UTF-8 BOM, it should be stripped. - `data:,\uFEFF{ "b": 1, "a": 2, "b": 3 }`