Skip to content

youknowone/VisualJSON

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build Status

Website: http://youknowone.github.com/VisualJSON

VisualJSON is simple JSON pretty-viewer for Mac OS X.

For user

Download

Download recent VisualJSON on Appstore. (http://itunes.apple.com/app/id488709442)

Or try preview if available. (http://github.com/youknowone/VisualJSON/downloads)

Help

Visit help wiki (http://github.com/youknowone/VisualJSON/wiki)

Report an issue

You need github account. Issue tracker is http://github.com/youknowone/VisualJSON/issues

IRC

You need an IRC client, such as XChat Azure

Visit irc://irc.freenode.org/#youknowone

NOTE: I am joining always, but don't feedback realtime.

For developer

Fork on project page http://github.com/youknowone/VisualJSON.

Or clone this project.

git clone git://github.com/youknowone/VisualJSON.git
cd VisualJSON
git submodule update --init
pod install
open VisualJSON.xcworkspace

HACKING.md for tips ;)