IS there a JSON Parser Library for GNUstep runtime (Objective-c 1.0)?

Thanks.

link|improve this question

54% accept rate
feedback

1 Answer

up vote 1 down vote accepted

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

link|improve this answer
I am installing the latest release from here gnustep.org/experience/Windows.html but cannot find NSJSONSerialization: NSJSONSerialization' undeclared (first use in this function) – Muhammad 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
1  
I've wrote a comprehensive article in my blog m-hewedy.blogspot.com/2011/09/building-and-installing.html, Thanks @sudo rm -rf – Muhammad Sep 17 '11 at 22:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.