--- source: crates/rome_json_parser/tests/spec_test.rs expression: snapshot --- ## Input ```json  ``` ## AST ``` JsonRoot { value: JsonBogusValue { items: [ ERROR_TOKEN@0..3 "\u{feff}" [] [], ], }, eof_token: EOF@3..3 "" [] [], } ``` ## CST ``` 0: JSON_ROOT@0..3 0: JSON_BOGUS_VALUE@0..3 0: ERROR_TOKEN@0..3 "\u{feff}" [] [] 1: EOF@3..3 "" [] [] ``` ## Diagnostics ``` structure_UTF8_BOM_no_data.json:1:1 parse ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ × unexpected character `�` > 1 │ � │ ```