I've got a program which is supposed to open files of a custom file type using file association. When doing it from inside the program, it does work correctly. But trying "Open with..." gives me an Error at line 1, Pos 2:Unexpected token (MZ) encountered.
Here's the file's content:
{
"id" : "favouritecar",
"hinweis" : "",
"fragen" : {
"0" : ["Car?", "Rolls-Royce", "Ford"]
}
}
What is MZ and how can I remove it from the respective file?