Search the web
Sign In
New User? Sign Up
json · JSON JavaScript Object Notation
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 387 - 416 of 1408   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
387
Hello list, I just want to let you know, that I published an article over at xml.com http://www.xml.com/pub/a/2006/05/31/converting-between-xml-and-json.html ...
Stefan Gössner
stefangoessner
Offline Send Email
Jun 1, 2006
4:46 pm
388
The following json poll is now closed. Here are the final results: POLL QUESTION: Which of the following data communication methods / techniques do you use ? ...
json@yahoogroups.com
Send Email
Jun 2, 2006
8:21 am
389
... I completely agree. We were unable to use the GNOTE-licensed code in either our GPL application, or in our other app that's currently closed-source....
Kevin Smith
kevinbsmith
Offline Send Email
Jun 3, 2006
4:37 pm
390
... Except for time zones. ... As another poster commented, unix epoch is a great transmission format thanks to its explicit treatment of time zones. Every...
Michal Migurski
michal_migurski
Offline Send Email
Jun 3, 2006
7:07 pm
391
I have added a JSONString interface. A class implementing it can customize the JSON serialization of its instances. http://www.json.org/java/index.html...
Douglas Crockford
douglascrock...
Offline Send Email
Jun 4, 2006
3:15 am
392
... This seems like a dangerous masking of errors. If these conditions occur, I would think the error should propagate, and the serialization to JSON should ...
Mark Miller
capsecure
Offline Send Email
Jun 4, 2006
4:43 am
393
... result, then ... occur, ... JSON should You are right. It should throw a JSONException instead....
Douglas Crockford
douglascrock...
Offline Send Email
Jun 4, 2006
12:44 pm
394
I've finally had the time to check DOJO and JSDL and examining it since Friday.I think I'll be able to use my server-side application (JSDL definition) with...
Mert Sakarya
mertsakarya
Offline Send Email
Jun 4, 2006
8:38 pm
395
well, it has been a while now and i've seen a fair number of downloads, but so far i've gotten no feedback. i see a few possibilities. 1. my code is so...
q7joey
Offline Send Email
Jun 6, 2006
3:38 am
396
... You forgot option 5 - no ones is developing json enabled c++ apps :( -- Lindsay...
Lindsay
softlog_lindsay
Offline Send Email
Jun 6, 2006
3:48 am
397
... if i had't seen any downloads, that would make sense. but i've seen more than 20 brave souls grabbing the code....
Joe Pruett
q7joey
Offline Send Email
Jun 6, 2006
3:50 am
398
... Ah - well then yes - they should be feeding back -- Lindsay [Non-text portions of this message have been removed]...
Lindsay
softlog_lindsay
Offline Send Email
Jun 6, 2006
3:54 am
399
I looked at your code, but couldn't see any advantage over the existing project at http://sourceforge.net/projects/jsoncpp/ In fact, I found your code harder...
Joel Lucsy
jjlucsy
Offline Send Email
Jun 6, 2006
10:17 am
400
i wasn't aware of that project. the json web site only pointed to the zoolib code, which was a huge system that just happened to include json. i'll take a...
Joe Pruett
q7joey
Offline Send Email
Jun 6, 2006
2:15 pm
401
... <SNIP> http://en.wikipedia.org/wiki/Warnock%27s_Dilemma -- Will "Coke" Coleda will@......
Will Coleda
will_coleda
Offline Send Email
Jun 6, 2006
3:35 pm
402
Sorry for cross posting, I do feel it is related to JSON and not too OT. Atif(you might know him from postings here) and I(JSON-RPC author) are planning a...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jun 6, 2006
4:15 pm
403
Hello ppl, i am new to this place. I am wondering how good is this? I am browsing the old message to know about more on json. already xml is well formed and it...
kalyanasundaram S
kalyan_acm
Offline Send Email
Jun 7, 2006
4:39 am
404
... <snip/> ... No, that's not the case (and there is no "arguably" ;), at least from an ASF perspective. There is a policy in place at the Apache Software...
Martin Cooper
mfncooper
Offline Send Email
Jun 7, 2006
5:01 am
405
... You're right, this is not the place to talk about Dojo. You should check out the Dojo mailing lists, and the archives of those lists. There are many, many...
Martin Cooper
mfncooper
Offline Send Email
Jun 7, 2006
6:18 am
406
... perhaps you should read up here: http://json.org/ and here: http://www.json.org/xml.html first Philip -- "Stercus, stercus, stercus, moriturus sum." ...
Philip Tellis
philiptellis
Offline Send Email
Jun 7, 2006
8:01 am
407
Hi, My JSON text looks as below: myJSONtext = {user: {errorFirstName:"", errorLastName:"", errorEmail:"The email address you entered is not valid." } }; But...
Ashwin Prabhu
ashp_says_hi
Offline Send Email
Jun 12, 2006
11:26 pm
408
... It works fine for me in Firebug. You didn't provide any surrounding code, but are you sure myJSONtext is still in scope when you're trying to access it? --...
Martin Cooper
mfncooper
Offline Send Email
Jun 13, 2006
1:32 am
409
This is javascript code, not JSON. Keys should have surrounding quotes in JSON. {"user": {"errorFirstName":"", "errorLastName::"", "errorEmail":"The email...
henrik hjelte
jagarenbrape...
Offline Send Email
Jun 13, 2006
4:37 pm
410
Hi Henrik and Martin, Thanks very much for your response. Without quotes its working for me. With quotes FireFox is throwing an error as 'invalidLabel', when...
Ashwin Prabhu
ashp_says_hi
Offline Send Email
Jun 13, 2006
6:56 pm
411
... Why are you using eval?...
Douglas Crockford
douglascrock...
Offline Send Email
Jun 14, 2006
4:02 am
412
Hi Doug, My understanding of JSON was that you need to form a Text in such way that, when we create a JSON object using 'eval', then we can traverse its...
Ashwin Prabhu
ashp_says_hi
Offline Send Email
Jun 15, 2006
6:46 pm
413
Perhaps he is asking why you aren't using: http://json.org/json.js ... string.parseJSON() This method parses a JSON text to produce an object or array. It will...
Matthew Morley
mpcmtechnolo...
Offline Send Email
Jun 15, 2006
7:05 pm
414
... It would be helpful to have some more context; the first snippet you sent was just plain old Javascript, and didn't show how you're using eval(). -mike. ...
Michal Migurski
michal_migurski
Offline Send Email
Jun 15, 2006
7:10 pm
415
Ashwin, It sounds like either your eval() statement is incorrect or your JSON string is malformatted. Below is a simple example of some JSON written in...
Todd Kingham
toddkingham
Offline Send Email
Jun 15, 2006
7:14 pm
416
Ashwin, ... You directly have Javascript statement for object and there was no need for 'eval'ing it. That was Doug's point. Pavan Keely...
keelypavan
Offline Send Email
Jun 15, 2006
7:20 pm
Messages 387 - 416 of 1408   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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