comparators/json: try fuzzy matching for non-text files too (Closes: #909122)
Non-text files have even less change being json files, so this fuzzy early elimination is even more useful for them. Especially, avoid loading large files (like ISO images) just to discover it isn't a JSON format.