CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
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.
[TTTJSONFormatter jqCommandFromJSON:@{@"foo": @"bar"}]; cat <<'END' | jq '.'
{"foo":"bar"}
END
Use CocoaPods,
pod 'CSNJQFormatter', '~> 0.0'
CSNJQFormatter is available under the MIT license. See the LICENSE file for more info.