Skip to content

Commit 62c398e

Browse files
committed
Add listing pages to README
1 parent 4a21c7c commit 62c398e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ JSONView
33

44
[JSONView](http://jsonview.com) is a Web extension compatible with Firefox and Google Chrome that helps you view JSON documents in the browser.
55

6+
* [Install for Firefox](https://addons.mozilla.org/en-US/firefox/addon/jsonview/)
7+
* [Install for Chrome](https://chrome.google.com/webstore/detail/jsonview/gmegofmjomhknnokphhckolhcffdaihd)
8+
69
Normally when encountering a [JSON](http://json.org) document (content type `application/json`), Firefox simply prompts you to download the view. With the JSONView extension, JSON documents are shown in the browser similar to how XML documents are shown. The document is formatted, highlighted, and arrays and objects can be collapsed. Even if the JSON document contains errors, JSONView will still show the raw text.
710

811
Once you've got JSONView installed, check out [this example JSON file](http://jsonview.com/example.json) to see the extension in action!

0 commit comments

Comments
 (0)