Latest | 0.0.1 |
---|---|
Homepage | https://github.com/griffin-stewie/CSNJQFormatter |
License | MIT |
Platforms | ios 6.0, requires ARC |
Authors |
Overview
format JSON string to easy to read for jq.
Print out jq
command equivalents for JSON
, NSString
and NSData
(e.g. cat <<'END' | jq '.' n{"foo":"bar"}nEND
) for debugging in the console.
Requirements
- iOS 6 or Later
- ARC
Usage
[CSNJQFormatter jqCommandFromJSON:@{@"foo": @"bar"}];
cat <<'END' | jq '.'
{"foo":"bar"}
END
Install
Use CocoaPods,
pod 'CSNJQFormatter', '~> 0.0'
License
CSNJQFormatter is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "CSNJQFormatter", "version": "0.0.1", "summary": "format JSON string to easy to read for jq.", "homepage": "https://github.com/griffin-stewie/CSNJQFormatter", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "griffin-stewie": "[email protected]" }, "social_media_url": "http://twitter.com/griffin_stewie", "platforms": { "ios": "6.0" }, "source": { "git": "https://github.com/griffin-stewie/CSNJQFormatter.git", "tag": "0.0.1" }, "source_files": "CSNJQFormatter", "requires_arc": true }
Fri, 04 Mar 2016 08:43:03 +0000