Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/divanvisagie/jsondictionaryextensions
This is an NSDicionary extension for easy conversion to and from JSON // in the NSData format
https://github.com/divanvisagie/jsondictionaryextensions
Last synced: 12 days ago
JSON representation
This is an NSDicionary extension for easy conversion to and from JSON // in the NSData format
- Host: GitHub
- URL: https://github.com/divanvisagie/jsondictionaryextensions
- Owner: divanvisagie
- Created: 2012-08-25T13:13:52.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-26T18:32:02.000Z (about 12 years ago)
- Last Synced: 2024-04-14T22:43:48.062Z (7 months ago)
- Language: Objective-C
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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