// This should do what you are asking for while staying // current with Crockford's latest code: // after json.js has loaded... // define a namespace to...
587
Martin Cooper
mfncooper
Nov 14, 2006 1:20 am
... Sure - if the for loop is in your own code, and not some other package that you're just trying to make use of. This issue really needs to be fixed in the...
586
Stephen M. McKamey
stephen.mckamey
Nov 14, 2006 12:25 am
... toJSONString I ... make ... A little late to the conversation but... another alternative could be to use the typeof operator (assuming one was iterating...
585
Douglas Crockford
douglascrock...
Nov 13, 2006 7:54 pm
Here is another crossover application of JSON: http://www.featureblend.com/css-json.html...
584
Stephen M. McKamey
stephen.mckamey
Nov 13, 2006 6:15 pm
To be honest, JsonML was never meant to replace XML, simply to more tightly work with XML-based markup in a JSON-savvy framework. I don't see any reason why...
583
Stephen M. McKamey
stephen.mckamey
Nov 13, 2006 6:01 pm
I just joined as you were writing... I noticed the post about the grammar redundancy and you are right, so I changed it last night. Also I made some...
582
Martin Cooper
mfncooper
Nov 13, 2006 5:43 pm
... As far as I can tell, Doug is just the messenger here, and is not responsible for JsonML. Also, there's no indication that the real author (Stephen M....
581
Michal Migurski
michal_migurski
Nov 13, 2006 5:28 pm
... La, la, la (hands placed over ears). ... michal migurski- contact info and pgp key: sf/ca http://mike.teczno.com/contact.html...
580
Mark Miller
capsecure
Nov 13, 2006 6:26 am
... What about XML namespaces? Processing instructions? XML comments? -- Text by me above is hereby placed in the public domain Cheers, --MarkM...
579
Mark Miller
capsecure
Nov 13, 2006 4:31 am
... From this BNF, a comma separated list of attribute is an attribute, but is also an attribute-list. I think you left in a redundant production. -- Text by...
578
Douglas Crockford
douglascrock...
Nov 13, 2006 2:08 am
JsonML is an application of JSON for document markup. JSON was not designed for such applications, and is not as effective than XML (much as XML is less...
577
graham615
Nov 11, 2006 8:45 pm
I am looking to do the same thing. I am looking at Gold Parser. I need to get a BNF description of JSON. Gold parser will create the parse tables then the...
576
Douglas Crockford
douglascrock...
Nov 10, 2006 2:28 pm
... I was at W3C 2006 in Edinburgh this year. If invited, I would go anywhere....
575
Michael Schwarz
schwarz_inte...
Nov 9, 2006 3:01 pm
I know there are several requests, but what about a conference here in Europe? Regards, Michael ... -- Best regards | Schöne Grüße Michael Microsoft MVP -...
574
Douglas Crockford
douglascrock...
Nov 8, 2006 11:31 pm
... conference you ... It was strictly informational. If any of you are at the conference, I'd like to meet you....
573
Gustavo Muñoz
justavo_munoz
Nov 8, 2006 8:24 am
Douglas, Do you want some support from the community to inform you of some clever uses of JSON? Success stories? Do you want to hear of more cases where JSON...
572
Douglas Crockford
douglascrock...
Nov 7, 2006 6:36 pm
I will be presenting on JSON at XML2006 in Boston, December 5-7....
571
JMathai
j_t_mathai
Nov 7, 2006 4:23 am
Our JavaScript library for our JSON API is public. There are copy/paste examples. We will be releasing the docs for our JSON API will be released soon. The...
570
rutherfordinbelfast
rutherfordin...
Nov 6, 2006 8:54 pm
Alright there guys Just come on board the json bandwagon, love the potential it promises over xmlhttprequest. But the mainstream web2.0 crowd doesn't seem to ...
569
Gaetano Giunta
gaetanogiunt...
Nov 6, 2006 9:21 am
Here's some small improvements to the italian version Bye Gaetano JSON (JavaScript Object Notation) è un semplice formato per lo scambio di dati. Per le...
568
Gustavo Muñoz
justavo_munoz
Nov 5, 2006 3:48 am
Douglas, Please find attached an (IMO) improved Spanish version of the page. I changed some words and constructs and modified punctuation to fit Spanish ...
567
Douglas Crockford
douglascrock...
Nov 5, 2006 1:34 am
The main JSON page is available in Chinese English French German Italian Japanese Korean, and now Spanish. Please advise me of any corrections. If you are...
566
dawjde
Nov 3, 2006 9:17 pm
This forum deletes tabs (\t) (object \tattrib = v )object ... "...
565
Gaetano Giunta
gaetanogiunt...
Nov 2, 2006 5:41 pm
Maybe a bit offtopic, but I have been playing with xmlrpc for a long, long time, and the very same question popped up now and then from different people. ...
564
Matthew Morley
mpcmtechnolo...
Nov 1, 2006 12:38 pm
The requirement of a new line being the delimiter means there is a lot of wasted data/space during transport that is needed for meaning, not just human...
563
Douglas Crockford
douglascrock...
Nov 1, 2006 12:34 am
... In the sense of a reference that gives access to an object....
562
dawjde
Oct 31, 2006 9:52 pm
http://cheeseshop.python.org/pypi/Aioxml - LANGUAGE EXAMPLE ================== # This is an example (object attribute = value attribute2 = value2 (object ...
561
Mark Miller
capsecure
Oct 31, 2006 5:10 pm
... On that page: "...without the capability leakage that would occur with the exchange of JavaScript objects". Also "The capability of a module...". ...
560
Douglas Crockford
douglascrock...
Oct 31, 2006 4:18 pm
I have written a proposal for an HTML module which uses JSON to solve the Mashup Security Problem. See http://json.org/module.html...
559
Douglas Crockford
douglascrock...
Oct 31, 2006 4:17 pm
... Early on I designed a schema notation for JSON in JSON. But on reflection, it didn't appear to do anything that an application shouldn't already be doing...