Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

json · JSON JavaScript Object Notation

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 590
  • Category: Data Formats
  • Founded: Jul 19, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 700 - 729 of 1958   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
729 Gabriel Landowski
gabriel_land... Send Email
Feb 14, 2007
3:53 pm
With Javascript when a user updates the field of a form I update my local JSON object with a "new_value&quot; property equaling the new value entered into the...
728 luchkovsky Send Email 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 Send Email 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 Send Email
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... Send Email
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 Send Email 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... Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
Feb 9, 2007
11:34 pm
Like so? var data = {[ {id:"id1", name:'foo&#39;, age:21}, {id:"id2", name:'bar&#39;, age:35} ]}; then data.["id2"].age ... ...
718 Peter Michaux
petermichaux Send Email
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:'foo&#39;, age:21], [id:2, name:'bar&#39;, age:35] ]; I show...
717 Douglas Crockford
douglascrock... Send Email
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 Send Email
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 Send Email 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 Send Email
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 Send Email
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 Send Email
Feb 8, 2007
12:42 am
I wonder if something like this: ...
711 Michal Migurski
michal_migurski Send Email
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...
710 carl.harroch Send Email Feb 7, 2007
4:09 pm
Hello Mathew, ... var jsonTest = Class.create(); jsonTest.prototype = { allData: [{attributes: {name: "", id: ""}}], myData: [{attributes: {name: "", id:...
709 Matthew Morley
mpcmtechnolo... Send Email
Feb 7, 2007
2:12 pm
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 Send Email 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 Send Email
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 Send Email
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 Send Email 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 Send Email
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 Send Email 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... Send Email
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 Send Email
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 Send Email 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...
Messages 700 - 729 of 1958   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help