Using unicode escapes in JSON commands (`queue_command`, `on_open_commands`) simply prevents the command from parsing, including reporting errors. <img width="831" height="73" alt="Image" src="https://github.com/user-attachments/assets/98967930-7fa6-4e8e-b50e-89106f8ea63f" /> All three of these commands are identical strings after parsing, so should produce the same result.
Using unicode escapes in JSON commands (
queue_command,on_open_commands) simply prevents the command from parsing, including reporting errors.All three of these commands are identical strings after parsing, so should produce the same result.