Skip to content

Commit

Permalink
Merge pull request #109 from vogelsgesang/document-data-url
Browse files Browse the repository at this point in the history
Documented `data:` trick
  • Loading branch information
bhollis committed Sep 25, 2015
2 parents ec5f0e0 + 4fe5901 commit bf60656
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Once you've got JSONView installed, check out [this example JSON file](http://js

[CouchDB](http://couchdb.apache.org/) users and others who need to have `application/json` sent in the HTTP Accept header to serve JSON properly should set that option in JSONView's options panel. Be aware that telling sites that you accept JSON can mess up some sites that don't expect it.

If you want to inspect a JSON snippet from your clipboard you can do so by entering `data:application/json,<paste the json document>` in the URL bar.

If you'd like to contribute to JSONView but don't want to code, consider contributing a translation. Copy the existing localization files from `locale` and `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 much there to translate!

Keyboard Shortcuts
Expand Down

0 comments on commit bf60656

Please sign in to comment.