Is there a JSON Parser Library for GNUstep runtime (Objective-c 1.0)?
Asked
Active
Viewed 505 times
1 Answers
2
As far as I know, there is actually a version of the NSJSONSerialization
class, which was included in Mac OS X 10.7. See here:
http://svn.gna.org/svn/gnustep/libs/base/trunk/Source/NSJSONSerialization.m

sudo rm -rf
- 29,408
- 19
- 102
- 161
-
I am installing the latest release from here http://gnustep.org/experience/Windows.html but cannot find `NSJSONSerialization`: `NSJSONSerialization' undeclared (first use in this function)` – Muhammad Hewedy Sep 17 '11 at 20:05
-
Maybe it hasn't made it into the stable channel yet. Just grab the latest version from the svn trunk. – sudo rm -rf Sep 17 '11 at 20:13
-
1I've wrote a comprehensive article in my blog http://m-hewedy.blogspot.com/2011/09/building-and-installing.html, Thanks @`sudo rm -rf` – Muhammad Hewedy Sep 17 '11 at 22:42