- //
- // NSDictionary-Additions.h
- // JasonDevelop
- //
- // Created by Jason Lee on 10/29/14.
- // Copyright (c) jasondevelop. All rights reserved.
- //
- @import Foundation;
- @interface NSDictionary (Additions)
- -(NSString*) jsonStringWithPrettyPrint:(BOOL) prettyPrint;
- @end
|