Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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