I am happy to announce the first release of my library Cerny.js [1]. It offers a solution for validating JavaScript objects against a Schema [2] and it...
593
Gaetano Giunta
gaetanogiunt...
Nov 17, 2006 9:43 am
Hi all. I tought you might interested in the comparison of PHP json libs I posted here: http://gggeek.altervista.org/sw/article_20061113.html Any feedback is...
592
Stephen M. McKamey
stephen.mckamey
Nov 16, 2006 1:58 pm
I just posted on http://jsonml.org an XSLT for generically converting XML to JsonML. This might help people better visualize the markup. ... (much...
591
Kevin Prichard
kevin3prichard
Nov 14, 2006 5:22 pm
http://openjsan.org/ A CPAN-alike for Javascript library projects. Search appears to be broken, but overall looks useful....
590
Douglas Crockford
douglascrock...
Nov 14, 2006 2:33 pm
JavaScript is an imperfect language. The weird interaction between augmentation of prototypes with the for..in statement is evidence of this. This defect in...
589
Martin Cooper
mfncooper
Nov 14, 2006 2:46 am
... Right. But I don't understand the resistance (or, actually, just lack of any feedback at all) to having the kind of solution I described before (in another...
588
Stephen M. McKamey
stephen.mckamey
Nov 14, 2006 2:05 am
// 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. ...