Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youknowone/VisualJSON
JSON pretty-viewer for OS X.
https://github.com/youknowone/VisualJSON
json mac-appstore visualizer xml
Last synced: about 21 hours ago
JSON representation
JSON pretty-viewer for OS X.
- Host: GitHub
- URL: https://github.com/youknowone/VisualJSON
- Owner: youknowone
- License: other
- Created: 2011-12-12T08:00:24.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-04-11T08:34:10.000Z (over 8 years ago)
- Last Synced: 2024-10-26T20:51:20.709Z (13 days ago)
- Topics: json, mac-appstore, visualizer, xml
- Language: Objective-C
- Homepage: http://itunes.apple.com/app/id488709442
- Size: 9.1 MB
- Stars: 301
- Watchers: 17
- Forks: 58
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-json - Visual JSON - simple JSON pretty-viewer for Mac OS X. (inactive) (Applications)
README
[![Build Status](https://travis-ci.org/youknowone/VisualJSON.svg?branch=master)](https://travis-ci.org/youknowone/VisualJSON)
Website: [http://youknowone.github.com/VisualJSON](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](http://itunes.apple.com/app/id488709442))Or try preview if available. ([http://github.com/youknowone/VisualJSON/downloads](http://github.com/youknowone/VisualJSON/downloads))
### Help
Visit help wiki ([http://github.com/youknowone/VisualJSON/wiki](http://github.com/youknowone/VisualJSON/wiki))### Report an issue
You need github account. Issue tracker is [http://github.com/youknowone/VisualJSON/issues](http://github.com/youknowone/VisualJSON/issues)### IRC
You need an IRC client, such as [XChat Azure](http://xchataqua.github.com)Visit [irc://irc.freenode.org/#youknowone](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](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 ;)