An Xcode 5+ plugin to pretty print JSON from the console using NSJSONSerialization
.
##Installation
Build the plugin and restart Xcode. Like other plugins it will be located in ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins
.
##Usage
Highlight a JSON string in the console and use Edit
> Pretty Print JSON
or the keyboard shorcut Ctrl
+ J
. If the string is correctly formatted it will be appended to the bottom of the console. In the event of a parsing error, a specitic error will be printed instead.
This plugin uses the XCode plugin project template Copyright (c) 2013 Delisa Mason and contributors Get it at https://github.com/kattrali/Xcode5-Plugin-Template