Skip to content

drfisher/safari-json-formatter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Formatter

This is a fork of Safari extension by rfletcher which makes valid JSON documents human-readable.

Before:

Before

After:

After

Installation

Download the extension and open it with Safari 5 or higher.

Usage

Once installed, load any valid JSON document. This project's most recent commit makes a good example.

  • Click to disclosure triangles to toggle nodes.
  • Click to disclosure triangles with Cmd key to toggle nested nodes.

Extension settings

Extension settings

Version History

1.2.2

  • Added window opening after click with Cmd key on any url

1.2.1

  • Added font options
  • Small fixies
  • Changed "hide/show all" logic

1.2

  • Code refactoring
  • Performance improvements
  • Added "hide/show all" ability

1.1

  • Added folding of arrays, objects and long strings
  • Added setting for auto-folding of long strings (default: on)
  • Added setting for "long string" threshold (default 512 bytes)
  • Added a "toggle formatting" button to switch between formatted and original JSON
  • Bug Fixes

Caveats

The extension aims to produce the same JSON string that's been loaded as input, but because the original JSON has actually been parsed, some transformation may occur. In other words, the formatted JSON will always be equivalent to the original JSON, but in rare circumstances it may not match exactly. The only known example of this is kind of discrepancy is between number formats -- if the original JSON contains the numeric value 1e2, for example, the formatted JSON will display the value 100.

About

A Safari extension which makes valid JSON documents human-readable.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 66.0%
  • CSS 34.0%