I donno...sometimes using APIs is messy... i used a JavaAPI onec..that was great...but this one time it really messed me up bad...so i had to resort to ...
739
carl.harroch
Feb 15, 2007 12:05 pm
Thanks Mike, I beleive I will go for your last solution. Currently I am working on several part of my site which does not permit a lot of time on the iterating...
740
weilandaj
Feb 15, 2007 3:29 pm
I have a feeling something isn't being escaped that should be but I've tried everything I can think of. ... onec..that was ... resort to ... below.... ... ...
741
Gabriel Landowski
gabriel_land...
Feb 15, 2007 5:35 pm
... Thanks...
742
David H. Young
dhy011
Feb 16, 2007 1:36 am
I thought I'd post this for anybody who was struggling like me, trying to figure out how to get a json object generated in a java servlet (leveraging json.org...
743
Douglas Crockford
douglascrock...
Feb 18, 2007 5:42 pm
The JSON.org page is now available in Hebrew. http://json.org/json-he.html...
744
shiju pc
shijupc123
Feb 19, 2007 3:52 am
Hi Dear friends of JSON Groups, I had a problem whils using dojo in my function.. Actually, my project is browse any json file display its objects as per...
745
Martin Cooper
mfncooper
Feb 19, 2007 4:03 am
... You'll probably get more help with Dojo if you ask your questions on the dojo-interest mailing list instead. See: ...
746
Douglas Crockford
douglascrock...
Feb 19, 2007 10:38 pm
The JSON.org page is now available in Turkish. http://json.org/json-tr.html...
747
Robert Cerny
robert_cerny
Feb 20, 2007 9:40 am
A while ago I announced [1] the availability of my JavaScript library Cerny.js offering a solution for validating a JavaScript object against a schema. I put...
748
Alexey Luchkovsky
luchkovsky
Feb 26, 2007 9:51 am
I glad to announce JsonTools v1.02 - a free JavaScript event-based API on JSON. JsonTools includes: - Methods for data lookup. - Methods for data binding. -...
749
Alexey Luchkovsky
luchkovsky
Feb 26, 2007 3:53 pm
... you are ... JsonTools included solution for client lookup JSON data, you can find parts of a JSON structure, if you need concrete decision, send e-mail me....
750
Anand Sadasivam
devanand_s_i...
Feb 28, 2007 9:56 am
Hi, Check out this... http://trimpath.com/project/wiki/TrimQuery you can see the demo right here... http://trimpath.com/demos/test1/trimpath/query_demo.html . ...
751
Alexey Luchkovsky
luchkovsky
Mar 1, 2007 10:42 am
TrimQuery solution is right pretty, but.... not for tree-based structures. Visitor pattern and XPATH on XML realy designed for tree. Before I decide on Visitor...
752
xxppmmssttooss
Mar 6, 2007 9:42 pm
Hi, i want to use JSON also with HTML snippets. The snippet has included Smarty variables, i use the FCKeditor as wysiwyg-editor. Firstly i found out that the...
753
rama_singh75
Mar 15, 2007 2:27 am
I like to know if there is any place from where i can download JSON Parser. Is there any place where i can put my xml and get JSON output online. thanx Rama...
754
Stephen M. McKamey
stephen.mckamey
Mar 15, 2007 2:36 am
I've written an XSLT which allows you to go from XML to JSON while still maintaining the ability to go back if you need to. You can read more about it here: ...
756
Douglas Crockford
douglascrock...
Mar 15, 2007 1:39 pm
... There are many available at http://www.JSON.org/...
757
Joshua Raphael Fuentes
joshuarpf
Mar 16, 2007 2:23 am
I have been using json for quite some time now. But just recently, I was starting a new project, and downloaded a new version of json.js from www.json.org. The...
758
george.jempty
Mar 16, 2007 10:30 am
... was starting a new project, and downloaded a new version of json.js from www.json.org. The previous json framework that I used had no problem at all, but I...
759
Douglas Crockford
douglascrock...
Mar 16, 2007 2:11 pm
... was starting a new project, and downloaded a new version of json.js from www.json.org. The previous json framework that I used had no problem at all, but I...
760
Atif Aziz
azizatif
Mar 18, 2007 8:00 am
Back in December, I co-authored an introductory article on JSON together with Scott Mitchell [1]. I finally got news this week that it has gone live and...
761
mertsakarya@...
mertsakarya
Mar 18, 2007 5:34 pm
- A Sunday thought; I was planning to tattoo "XML" on my left shoulder. After I've discovered "JSON", all my data transfer formats became JSON instead of XML....
762
Kevin Prichard
kevin3prichard
Mar 18, 2007 11:49 pm
763
Kevin Prichard
kevin3prichard
Mar 19, 2007 2:33 am
... While XML and JSON are similar, JSON's biggest win is simplicity: it's a convenient, well-supported serialization format that's great for representing...
764
Peter Farland
pjfarland
Mar 19, 2007 3:11 pm
Hi all, I have some questions regarding JSON but they are primarily to do with RPC and serialization. I've noticed that there is a json-rpc group too and am...
765
Douglas Crockford
douglascrock...
Mar 21, 2007 8:53 pm
The JSON.org page is now available in Russian. http://json.org/json-ru.html...
766
Robert Cerny
robert_cerny
Mar 22, 2007 4:15 pm
Demos are online for pretty printing of JSON and schema validation of JavaScript objects: http://www.cerny-online.com/cerny.js/demos Best regards, Robert...
770
pascallouis_perez
pascallouis_...
Mar 22, 2007 7:50 pm
My name is Pascal, and I'm the lead developer over at TwoLattes (www.twolattes.com). We're releasing a useful tool for AJAX oriented Java apps: JsonMarshaller....
771
Joshua Raphael Fuentes
joshuarpf
Mar 23, 2007 1:53 pm
thanks for the tip man.. but I just recently noticed that it happens when I use prototype.js from this scriptaculous framework. Right now, I am using the old...