Skip to content

oscarvgg/JsonToDictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JsonToDictionary

This class makes it easier to read json and covert it to NSDictionary, and viceversa.

How to use

Just drag the class to your project and add it to the project target.

To convert JSON to NSDictionary:

[JsonToDictionary diccionaryFromJsonString:MyJsonString];

To convert NSDictionary to JSON:

[JsonToDictionary jsonStringFromDictionary:MyDictionary];

About

An easier way to read json and covert it to NSDictionary, and viceversa.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published