metova / ThunderCats

ThunderCats is a lightweight collection of utility extensions added to existing Foundation & UIKit classes.
https://metova.com
MIT License
19 stars 4 forks source link

Add pretty formatted JSON string from JSON array. #9

Closed abbeyjackson closed 8 years ago

abbeyjackson commented 8 years ago

Added a convenience method on NSArray to format a JSON array into a pretty formatted string. Based on the same method on NSDictionary already in Thundercats.

lgauthier commented 8 years ago

@abbeyjackson Can you add nullability annotations similar to our NSDictionary category and resubmit?

lgauthier commented 8 years ago

@abbeyjackson , @nhgrif actually has a branch where he has completely restructured the repo to make it more organized and reflect the quality of our other pods. So, you'll want to add the NSArray category to that branch instead.