Skip to content

Just an experimental project of finding out the possibilities to get a JSON response to be translated to a plist format. Do we really need a 3rd party string parsing based JSON library?

Notifications You must be signed in to change notification settings

jamztang/JTJSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JTJSON

Do we really need a third party JSON parsing library? Can we achieve it by having simple characters substitution on a JSON response to transform it into a plist string , then we can use NSPropertySerialization to convert it to an NSDictionary or NSArray.

This is just an experimental project to find it out. If it's possible, how much effort is needed and what's the performance comparing to other libraries?

James

About

Just an experimental project of finding out the possibilities to get a JSON response to be translated to a plist format. Do we really need a 3rd party string parsing based JSON library?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published