jsonlook icon indicating copy to clipboard operation
jsonlook copied to clipboard

Adds escape characters that are not in the file.

Open odbol opened this issue 12 years ago • 0 comments

Quickview a JSON file that has slashes in it:

{ "permissions": [ "http://.facebook.com/", "https://.facebook.com/", "http://.google.com/", "https://.google.com/" ] }

the quickview displays:

{ "permissions": [ "http://.facebook.com/", "https://.facebook.com/", "http://.google.com/", "https://.google.com/" ] }

This is incorrect. Why not just display the exact text contents of the file?

odbol avatar Oct 18 '13 21:10 odbol