With Javascript when a user updates the field of a form I update my local JSON object with a "new_value" property equaling the new value entered into the...
728
luchkovsky
Feb 14, 2007 2:15 pm
... might help ... Please try JsonTools http://sourceforge.net/projects/jsontools v1.01. JsonTools include decisions for most frequent tasks with JSON model, ...
727
luchkovsky
Feb 14, 2007 2:12 pm
JsonTools http://sourceforge.net/projects/jsontools v1.01 released. JsonTools is a thread safe module based on event - event handler paradigm (like SAX...
726
Todd
todd_kingham
Feb 11, 2007 3:35 pm
Now that is something I REALLY would love to attend. Will that be digitally recorded in any way to be made available sometime in the future for those of us who...
725
Matthew Morley
mpcmtechnolo...
Feb 10, 2007 2:16 pm
... Agreed, mostly. But I am not sure the case is as strong for xquery for json as it is with xml, though I can definitely see a use for it. Selectively ...
724
george.jempty
Feb 10, 2007 1:27 pm
... matches. If ... through sets ... Baloney. The real question is the OP's original question: "Has anyone played with a way to find parts of a JSON structure...
723
Matthew Morley
mpcmtechnolo...
Feb 10, 2007 12:25 pm
JSON is a data-interchange format, so unless your talking about building something that does a search through the raw strings, I'm pretty sure that doing a...
722
Peter Michaux
petermichaux
Feb 10, 2007 12:14 am
... What is "id2" and why a dot before the bracket. I don't know what that is supposed to do? ... No. A quick looks says "ajax framework" what does it have to...
721
Mark Ireland
akaidr4vr
Feb 9, 2007 11:58 pm
So loop thru data testing for data.["id2"].age > 35 and create var dataset and add the object. Have you seen Adobe Spry? ... ...
720
Peter Michaux
petermichaux
Feb 9, 2007 11:48 pm
... More like SQL. Something like SELECT * FROM data WHERE age > 30; I don't necessary mean SQL sytnax because that wouldn' work well for nested JSON...
719
Mark Ireland
akaidr4vr
Feb 9, 2007 11:34 pm
Like so? var data = {[ {id:"id1", name:'foo39;, age:21}, {id:"id2", name:'bar39;, age:35} ]}; then data.["id2"].age ... ...
718
Peter Michaux
petermichaux
Feb 9, 2007 8:37 pm
Hi, I have a JSON structure in the browser that acts as rows of a database table. var data = [ [id:1, name:'foo39;, age:21], [id:2, name:'bar39;, age:35] ]; I show...
717
Douglas Crockford
douglascrock...
Feb 8, 2007 11:12 pm
I will be moderating a panel that will be looking at the history and future of browsers and web standards. We might even talk about JSON. It will be February...
716
Michal Migurski
michal_migurski
Feb 8, 2007 5:17 pm
... Yuck, file a bug report. There's no excuse for generating javascript and calling it JSON. ... Maybe, though it depends on how long it takes to parse the...
715
carl.harroch
Feb 8, 2007 12:42 pm
... It was generated with the JSON addin to RoR. Will look into that later on. I try to avoid the trip back to the server and download the list just once....
714
mertsakarya@...
mertsakarya
Feb 8, 2007 6:18 am
One more thought, Why not use [ [<name, string>, <id, string>],... (array) notation instead of [{attributes: {name: "", id: ""}}], ? Mert ... From:...
713
mertsakarya@...
mertsakarya
Feb 8, 2007 6:17 am
Once we've had long running script on the client-side, which took about 1 minutes to execute/parse/display the data(a two dimensional array with thousands of...
712
Mark Ireland
akaidr4vr
Feb 8, 2007 12:42 am
I wonder if something like this: ...
711
Michal Migurski
michal_migurski
Feb 7, 2007 4:50 pm
... Nitpick: this isn't valid JSON, get those hash keys quoted. ... Iterating over 2000 of anything in Javascript is going to cause problems for most browsers...
The warning is meant to protect users from scripts that might be or are abusing the system resources, the solution is not to get rid of the message but to...
708
carl.harroch
Feb 7, 2007 12:08 pm
Hello, I am trying to iterate through a big JSON variable (about 1500 nodes). It works but FF pops up with the message saying the script is not responding (A...
707
Adrian
relic1983
Feb 3, 2007 1:55 am
I can't download the jsoncpp from the sourceforge because it seems that the files have been removed. So, wondering where I can find the jsoncpp ? Thanks!...
706
Stephen M. McKamey
stephen.mckamey
Jan 31, 2007 12:06 am
It might be that Opera 8.x doesn't support that method (I don't have it on this machine to check). You can add an equivalent method by putting this before the...
705
zakasbanda
Jan 27, 2007 2:40 am
Hi Guys I am really new to AJAX/JSON world. This is the first time we are trying to use DOJO/JSON in our application. We would like to keep the JSON/JAVA...
704
Peter Michaux
petermichaux
Jan 25, 2007 7:09 am
Hi, To get the hook function to descend into deeper parts of the JSON structure in Opera 8.x I had to remove the following from the hook funciton if...
703
chaidb_corner
Jan 22, 2007 11:21 pm
We posted our open source project named JSON-Cache on SourceForge and www.chaidb.org. JSON-Cache is developed to provide the persistence and cache solution for...
702
Douglas Crockford
douglascrock...
Jan 22, 2007 4:28 pm
A new JSONConnector in Flash. http://www.adobe.com/cfusion/exchange/index.cfm?view=sn111&extid=1078469...
701
Stephen M. McKamey
stephen.mckamey
Jan 22, 2007 8:03 am
I just updated the JsonML UI builder script to allow a filter callback similar to the JSON filter. The usefulness here is that as a DOM tree is built out from...
700
genzoeri
Jan 19, 2007 11:46 pm
AJAX is not specific to a particular programming language, data exchange format, or network communications. So when we use json as data exchange format, we...