On 11/10/06, Kenneth Downs <[EMAIL PROTECTED]> wrote:

> 1) XML is so bloated and slow compared to JSON. Just because Java
> likes it doesn't mean other languages do.
>
>
>  OK, I'll bite.   :)
>
>  Can you give us the "start here" link for JSON?
>

JavaScript Object Notation.

var item = { id: 23, title: "My Item", onclick: function() {
alert("clicked!") }, key: value }

http://www.json.org/

-- 
Chris Snyder
http://chxo.com/
_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to