Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 541 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 541 Bytes

json-formatter.html

An offline tool to format JSON

Infos

  • Made in OS: Windows 7
  • Tested in Browser: Firefox 21+, Chrome 29+, IE 9, Opera 12.16, Safari 5.1.7 (Windows)
  • Language Used: JavaScript
  • License: BSD 3-Clause License

Problems

  • IE 9 - SCRIPT5009: 'Blob' is not defined
  • Opera 12.16 - Uncaught exception: TypeError: Cannot convert 'window.URL' to object
  • Safari 5.1.7 (Windows) - TypeError: '[object BlobConstructor]' is not a constructor (evaluating 'new Blob([json], {type: 'application/octet-stream'})')