OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: [xml-dev] JSON (was Re: [xml-dev] 10th anniversary of the annoucemen

[ Lists Home | Date Index | Thread Index ]
  • To: XML Developers List <xml-dev@lists.xml.org>
  • Subject: Re: [xml-dev] JSON (was Re: [xml-dev] 10th anniversary of the annoucement of XML ..need help)
  • From: Tatu Saloranta <cowtowncoder@yahoo.com>
  • Date: Wed, 7 Jun 2006 14:57:48 -0700 (PDT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=lJwoNzIgGXVzPZluorhk4CoveUd9D8x0Q5zgbByEcLazp8/4uCX0oZ0+clAn/OxNwxN1jhjpQmApHNNirKI6+am1BEEwdg3d0gPS49tqqrAGYP7Ur7CbXLgbGZ/w1SDWJOk96WcM6FGTO5qNlja3OWxnIrf14iUuX6MAtSBubak= ;
  • In-reply-to: <75cb920c0606071154x14423b87k4a5f62a25a106ea@mail.gmail.com>

--- David Megginson <david.megginson@gmail.com> wrote:

> On 07/06/06, Tahir Hashmi <tnhashmi@gmail.com>
> wrote:
> 
> > > XML is cool. XML is useful. Is XML the permanent
> last word in
> > > markup specification languages? If not, what
> will be next?
> >
> > JSON? http://json.org/
> http://www.json.org/xml.html
> 
> JSON is data structures represented as
> JavaScript/ECMAScript source
> code, so that they can be loaded easily into web
> browsers -- it's
> certainly a strong competitor to XML in the AJAX
> space, but I'm not
> sure we'll see it for general data interchange.  If

Actually, I would disagree... I could see it as one
possible unqituious simple general data interchange
format; esp. when data is bound to objects. Unlike
XML, it's object serialization, or rather just
struct/value serialization (since it's missing object
identity).
More limited in scope, trivially easy to map to/from
objects, bit more compact, faster to parse. Thus, for
data interchange, it seems more optimal than XML,
especially if there was more development in adding
layers on the stack (optional validation definitions;
interface definitions to do what WSDL does with soap
-- nothing within JSON itself either addresses those,
or precludes building such a stack).

Lisp-ish alternatives would be viable choices too.
Although many consider JS to be the important part,
I'm more interested in Object(-binding) part.
This could also reduce pressure to XML, from data
binding side of the development world.

-+ Tatu +-


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS