th122 / Jayson

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Objective-C 75.9%Language:JavaScript 13.8%Language:CSS 5.6%Language:HTML 3.2%Language:Rich Text Format 1.5%