Community Page
- toxicsoftware.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- thank you for the information..
- I'm interested in migrating an EE site to WordPress, but I'm not as tech savvy as you. Do you ever do freelance jobs?
- just found your page, do you if there is a "generic" bluetooth app to remote control the nxt with a mac book? your software works only with space navigator?
- Three things: www.bitbucket.org causes a certificate problem because of the "www" subdomain. Pure python keychain access:...
- Hi. So can you please provide the the code for that application? Would be really appreciated!
Jump to original thread »
Blake Seely released some code yesterday to convert Cocoa datatypes to JSON. I’ve had similar code that I’ve been meaning to put online for a while now. So now the world has gone from zero to two Cocoa code-bases to read/write JSON.
The code is in subversion here, an ... Continue reading »
The code is in subversion here, an ... Continue reading »
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
2 years ago
{
"firstName": "Jim",
"lastName": "Morrison"
}
I thought the culprit might be NSScanner_Extensions skipWhitespace. Surely this should be using whitespaceAndNewlineCharacterSet instead of whitespaceCharacterSet?
So, I tried changing it. This got the scanner a couple of characters further but it still bails out at the first opportunity. I had a look at the unit tests to see whether they would prove my suspicions wrong. They only served to confirm them, though: all unit tests test against single-line input.
Am I expecting too much? Am I missing something?
2 years ago
It _should_ work, so you could be doing something braindead. Or it could just be buggy. I'm not doing any work on CocoaJSON right now so feel free to fix it and send me a patch :-)
Otherwise I'll add to the list of things I need to do. I really need a public facing bug tracker.
Cheers.
Jon.
2 years ago
Thanks!
1 year ago
1 year ago