Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
//
//  NSString+JSON.h
//  DECommonsFramework
//
//  Created by Marco Bonati on 03/02/2017.
//  Copyright © 2017 Vipera. All rights reserved.
//

#ifndef NSString_JSON_h
#define NSString_JSON_h

@interface NSString (JSON)

-(id)toJson;

+ (id)jsonFromString:(NSString*)jsonString;

@end

#endif /* NSString_JSON_h */