You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ JSONView
6
6
*[Install for Firefox](https://addons.mozilla.org/en-US/firefox/addon/jsonview/)
7
7
*[Install for Chrome](https://chrome.google.com/webstore/detail/jsonview/gmegofmjomhknnokphhckolhcffdaihd)
8
8
9
-
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.
9
+
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.
10
10
11
11
Once you've got JSONView installed, check out [this example JSON file](http://jsonview.com/example.json) to see the extension in action!
12
12
13
-
If you'd like to contribute to JSONView but don't want to code, consider contributing a translation. Copy the existing localization files from `src/_locale` and fill them in for your own language, then send a pull request. You can do it all from the GitHub interface. There's not many strings to translate!
13
+
If you'd like to contribute to JSONView but don't want to code, consider contributing a translation. Copy the existing localization files from `src/_locale` and fill them in for your own language, then send a pull request. You can do it all from the GitHub interface. There are not many strings to translate!
14
14
15
15
Keyboard Shortcuts
16
16
----------------
@@ -43,7 +43,7 @@ Common Issues
43
43
the JSON with the "application/json" MIME type.
44
44
***Opening a local .json file uses the Firefox default JSON viewer**: You need to disable the built-in JSON viewer to use JSONView. Go to "about:config" and set "devtools.jsonview.enabled" to "false".
45
45
46
-
JSONView is open source software under the MIT licence.
46
+
JSONView is open source software under the MIT license.
47
47
48
48
Publishing
49
49
----------
@@ -52,4 +52,4 @@ Publishing
52
52
npm start
53
53
```
54
54
55
-
`jsonview.zip` can then be manually uploaded to the extension sites.
55
+
`jsonview.zip` can then be manually uploaded to the extension sites.
0 commit comments