<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>toxicsoftware.com - Latest Comments in CocoaJSON</title><link>http://toxicsoftware.disqus.com/</link><description></description><atom:link href="https://toxicsoftware.disqus.com/cocoajson/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 15 Oct 2009 09:53:39 -0000</lastBuildDate><item><title>Re: CocoaJSON</title><link>http://toxicsoftware.com/cocoajson.html#comment-20121229</link><description>&lt;p&gt;This code has been made redundant by:&lt;/p&gt;&lt;p&gt;&lt;a href="http://code.google.com/p/touchcode/wiki/TouchJSON" rel="nofollow noopener" target="_blank" title="http://code.google.com/p/touchcode/wiki/TouchJSON"&gt;http://code.google.com/p/to...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">schwa</dc:creator><pubDate>Thu, 15 Oct 2009 09:53:39 -0000</pubDate></item><item><title>Re: CocoaJSON</title><link>http://toxicsoftware.com/cocoajson.html#comment-20082735</link><description>&lt;p&gt;When I click the 'some code' link I get "Repository access denied."&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ThomasW</dc:creator><pubDate>Wed, 14 Oct 2009 20:53:24 -0000</pubDate></item><item><title>Re: CocoaJSON</title><link>http://toxicsoftware.com/cocoajson.html#comment-1655913</link><description>&lt;p&gt;See /subversion-moved/&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">schwa</dc:creator><pubDate>Sat, 04 Aug 2007 11:35:52 -0000</pubDate></item><item><title>Re: CocoaJSON</title><link>http://toxicsoftware.com/cocoajson.html#comment-1655912</link><description>&lt;p&gt;Neither the link to the zip or the  link work anymore. Is this still available?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rob</dc:creator><pubDate>Wed, 01 Aug 2007 01:30:10 -0000</pubDate></item><item><title>Re: CocoaJSON</title><link>http://toxicsoftware.com/cocoajson.html#comment-1655911</link><description>&lt;p&gt;Under what license are you publishing this? I see no mention of a license in any of your files.&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ian</dc:creator><pubDate>Wed, 23 May 2007 22:54:41 -0000</pubDate></item><item><title>Re: CocoaJSON</title><link>http://toxicsoftware.com/cocoajson.html#comment-1655909</link><description>&lt;p&gt;Hey Mr Mojo,&lt;/p&gt;&lt;p&gt;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 :-)&lt;/p&gt;&lt;p&gt;Otherwise I'll add to the list of things I need to do. I really need a public facing bug tracker.&lt;/p&gt;&lt;p&gt;Cheers.&lt;/p&gt;&lt;p&gt;   Jon.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">schwa</dc:creator><pubDate>Tue, 10 Apr 2007 10:37:54 -0000</pubDate></item><item><title>Re: CocoaJSON</title><link>http://toxicsoftware.com/cocoajson.html#comment-1655910</link><description>&lt;p&gt;Maybe I'm being incredibly stupid, but these classes seem to choke on whitespace. The code isn't capable of parsing something simple like:&lt;/p&gt;&lt;p&gt;{&lt;br&gt;  "firstName": "Jim",&lt;br&gt;  "lastName": "Morrison"&lt;br&gt;}&lt;/p&gt;&lt;p&gt;I thought the culprit might be NSScanner_Extensions skipWhitespace. Surely this should be using whitespaceAndNewlineCharacterSet instead of whitespaceCharacterSet?&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Am I expecting too much? Am I missing something?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim</dc:creator><pubDate>Tue, 10 Apr 2007 07:53:36 -0000</pubDate></item><item><title>Re: CocoaJSON</title><link>http://toxicsoftware.com/cocoajson.html#comment-1655908</link><description>&lt;p&gt;Well feel free to create your own multiple array object in Objective-C then just provide a serialiser/deserialiser methods for them. Not sure if I made my code extensible in this way - but should be easy to add in.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jonathan Wight</dc:creator><pubDate>Sun, 12 Feb 2006 20:15:45 -0000</pubDate></item><item><title>Re: CocoaJSON</title><link>http://toxicsoftware.com/cocoajson.html#comment-1655907</link><description>&lt;p&gt;Yes..  I know JSON handles it fine..   but making multidimensional arrays in Cocoa using NSArray's is very convoluted when looking at the code to create one... Perhaps I'm being too picky :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David</dc:creator><pubDate>Sun, 12 Feb 2006 10:55:16 -0000</pubDate></item><item><title>Re: CocoaJSON</title><link>http://toxicsoftware.com/cocoajson.html#comment-1655906</link><description>&lt;p&gt;Not sure what you mean about JSON not handling multidimensional arrays? Did a few quick tests, and both the CocoaJSON code, and my own code outputs it just fine - but maybe you're question isn't whether it can handle multidimensional arrays, but whether it's easy?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Blake Seely</dc:creator><pubDate>Sun, 12 Feb 2006 02:02:40 -0000</pubDate></item><item><title>Re: CocoaJSON</title><link>http://toxicsoftware.com/cocoajson.html#comment-1655905</link><description>&lt;p&gt;I've been looking at using JSON as well but it appears some data just isn't represented well with Cocoa data structures such as multidimensional arrays..   I'm using QuickLite to get an NSArray of values for each dimension and then simply enumerating through the array to get each integer value and outputting it to a space delimited text file which is uploaded to the server.  Javascript on the server then reads the values from the text file to create the multidimensional array..  There has to be a cleaner way then what I am doing.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David</dc:creator><pubDate>Sat, 11 Feb 2006 20:30:28 -0000</pubDate></item><item><title>Re: CocoaJSON</title><link>http://toxicsoftware.com/cocoajson.html#comment-1655904</link><description>&lt;p&gt;You can never have too much code :) I have to credit Buzz for the idea, though - and he mentioned that he got some code started, too. Can't wait to check yours out - I'm definitely curious to see how others are handling a few things I had questions about!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Blake Seely</dc:creator><pubDate>Tue, 07 Feb 2006 20:57:45 -0000</pubDate></item></channel></rss>