Skip to content

Instantly share code, notes, and snippets.

@Liteolika
Created November 17, 2013 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Liteolika/7516007 to your computer and use it in GitHub Desktop.
Save Liteolika/7516007 to your computer and use it in GitHub Desktop.
To view Json in Internet Explorer.
Windows Registry Editor Version 5.00;
; Tell IE 7,8,9,10 to open JSON documents in the browser on Windows XP and later.
; 25336920-03F9-11cf-8FD0-00AA00686F13 is the CLSID for the "Browse in place" .
;
[HKEY_CLASSES_ROOT\MIME\Database\Content Type\application/json]
"CLSID"="{25336920-03F9-11cf-8FD0-00AA00686F13}"
"Encoding"=hex:08,00,00,00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment