Skip to content

A simple mac app to view JSON responses from web services.

Notifications You must be signed in to change notification settings

yellinben/Jayson

Repository files navigation

Jayson

A simple mac app to view JSON responses from web services.
Based on the JSONView extension for Firefox/Chrome.

Screenshot

Why

Since this project is based on the JSONView browser extension, you may see no need for a standalone app. I initially created Jayson because JSONView and similar browser extensions only format JSON if it detects the right content-type, which isn't always properly set. I'm now focusing on designing Jayson to fit perfectly into my web service/API workflow.

URL Protocol

Jayson supports the URL protocol jay:// In any browser, just add this protocol to a address, like so:

	jay://http://google.com

And it will open in Jayson. You can create a bookmarklet to simplify the process:

	javascript:location.href='jay://'+location.href;

(That bookmarklet can also be installed here).

License

JSONView Copyright (c) 2009 Benjamin Hollis

This project is licensed under the MIT License.

About

A simple mac app to view JSON responses from web services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published