Comments on: JSON is not the same as JSON https://j11y.io/javascript/json-is-not-the-same-as-json/ Sun, 22 Mar 2015 15:39:22 +0000 hourly 1 https://wordpress.org/?v=5.0.13 By: Pascarello https://j11y.io/javascript/json-is-not-the-same-as-json/#comment-1315 Sun, 08 Nov 2009 15:52:19 +0000 https://j11y.io/?p=1187#comment-1315 You are not the first to mention the problem with object literal and JSON talk. If you do enough Google searches you will see that.

Book came out in Oct. 2005, believe the JSON Spec [RFC 4627 application/json] came out in July 2006?? [do not quote me on that 🙂 ].

The book lead the way when it first came out and it is now becoming a dinosaur as the technology progressed just like any tech book that was the first released when the technology was new.

]]>
By: Matthias https://j11y.io/javascript/json-is-not-the-same-as-json/#comment-1314 Mon, 19 Oct 2009 19:57:22 +0000 https://j11y.io/?p=1187#comment-1314

classic mistake of thinking that JavaScript supports associative arrays

Yes, that’s really an annoying thing that so much people think that Javascript has associative arrays…go back to your server-side if you want really associative arrays 😉

Javascripts object literal is really a cool feature of this language!

]]>
By: Damian Dawber https://j11y.io/javascript/json-is-not-the-same-as-json/#comment-1313 Sun, 18 Oct 2009 06:34:02 +0000 https://j11y.io/?p=1187#comment-1313 I did consider buying this book, but it just seems really outdated now and verbose. Is this a small mistake in the context of the book’s size, or one of a series of small mistakes amounting to Big confusement? 😛

]]>