This is a bugfix-only release. Problems fixed in this release are:
- Fix crash on empty string
Fixed a bug that caused theJSONValuemethod to crash if it was fed an empty string.
More details. - Fixed a memory leak in JSONValue
More details. - Add instructions for installing documentation from the dmg
More details.
More details on the project web site.
tav said
Hey Stig,
Nice work with the JSON framework. I also noticed that you had done an ObjC CouchDB interface.
I’m looking for a web client+server to run on an iPhone — could you point me in the direction of a useful library?
Cheers in advance.
–
All the best, tav
tav@espians.com
tav said
For what it’s worth, I am aware of just NSURLConnection on the client side…
Stig Brautaset said
Hi Tav,
I’m afraid my work on CouchObjC have petered out, for the time being. I think that CouchDB is a neat idea, but I don’t have any use for it myself at the moment.
I’m afraid I don’t do much iPhone development myself, and don’t know what client+server solution would be good for you.
tav said
Thanks for the speedy response!
Where in London do you live/work?
Stig Brautaset said
Tav, I live in Islington, and work in Canary Wharf. Why do you want to know?
john said
Awesome framework. It works well with the iPhone.
On a related note, I am having trouble creating / packaging a simple framework that will work with the iPhone.
Any chance you would be willing to share the steps you followed for making a framework that is compatible with the iPhone?
Thank you!
John
Stig Brautaset said
John,
Sure! Just download the source of the latest framework. It has a script that creates the iPhone SDK, based on instructions by Greg Bolsinga in this post.