Skip to content

This is an NSDicionary extension for easy conversion to and from JSON // in the NSData format

Notifications You must be signed in to change notification settings

divanvisagie/JSONDictionaryExtensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JSONDictionaryExtensions

This is an NSDicionary extension for easy conversion to and from JSON in the NSData format

To use simply #import "JSONDictionaryExtensions.h" in the class you and to use it.It will add the following functionality to NSDictionary objects

[NSDictionary dictionaryWithJSONData:data]

  • Creates a dictionary object from JSON data

dictionary.JSONValue

  • Returns JSON data representation of NSDictionary

dictionary.JSONString

  • Returns a JSON string representation of NSDictionary

About

This is an NSDicionary extension for easy conversion to and from JSON // in the NSData format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published