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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 438 - 467 of 1409   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
438
I've managed to determine that there are no new lines, form feeds or carriage return characters in the JSON text, nor any un-escaped double quotes. However...
chris_nappin
Offline Send Email
Jul 3, 2006
12:52 pm
439
... JSON ... below. That ... without ... you would ... set of ... It's ... you're ... the clarity ... create and ... but ... I use a mechanism similar to the...
Greg Patnude
gregpatnude
Offline Send Email
Jul 3, 2006
2:39 pm
440
... double ... then ... Are you using eval like this? eval('(' + theResponse + ')'); the '(' and ')' are important. I recently was bit by not having these ...
geoffreyk00
Offline Send Email
Jul 3, 2006
3:20 pm
441
... The spec says: char any-Unicode-except-"-or-\-or-control \" \\ \/ \b \f \n \r \t \u four-hex-digits The first line is most important, and it says you...
Henrik Hjelte
jagarenbrape...
Offline Send Email
Jul 3, 2006
3:42 pm
442
Hi, Thanks for the reply. Yes, I am using eval exactly as you describe. I can also copy and paste the code into a standalone HTML test page and run it through...
chris_nappin
Offline Send Email
Jul 4, 2006
11:19 am
443
Hi everyone, I've got a web application for your review on the following address; http://ms.yenibiris.com/YB.help The idea is to bring the data layer to the...
Mert Sakarya
mertsakarya
Offline Send Email
Jul 4, 2006
2:49 pm
444
Hi,I notice that the result of your JSON service[http://ms.yenibiris.com/YB.GetIKPageDays.json] does not conform to the JSON specification? {/*JSON...
Fang Yidong
fangyidong
Offline Send Email
Jul 5, 2006
1:37 am
445
I've added some further debug and there are no characters in the JSON string with ASCII values below 32 or above 125. I can't think of anything else to try, or...
chris_nappin
Offline Send Email
Jul 5, 2006
11:28 am
446
... can ... is ... My *guess* is that the problem is somewhere else on your page. I would try taking the page apart, piece by piece untill the problem goes ...
geoffreyk00
Offline Send Email
Jul 5, 2006
3:05 pm
447
... Thanks for the offer. Unfortunately the page is huge and dynamically generated using a complex XSLT sub-system, plus a lot of the JavaScript is held in...
chris_nappin
Offline Send Email
Jul 6, 2006
9:29 am
448
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the json group. File : /JSON-debug.html ...
json@yahoogroups.com
Send Email
Jul 6, 2006
9:30 am
449
Hi, I've extracted the JSON parser from Ajax.NET Professional library to use as a stand-alone library. The JSON parser (AjaxPro.JSON.2.dll and ...
Michael Schwarz
schwarz_inte...
Offline Send Email
Jul 11, 2006
7:27 am
450
Hi, I'd like to know if there are already some common representations of common types like following .NET data types: - DataSet, DataTable - Dictionary - List,...
Michael Schwarz
schwarz_inte...
Offline Send Email
Jul 11, 2006
2:35 pm
451
Hi Michael, JSON already has mappings for types like dictionaries, lists and collections, so there is no need for a common representation there. Dictionaries...
Atif Aziz
azizatif
Offline Send Email
Jul 11, 2006
3:26 pm
452
Good question. Unless Im mistaken a Dictionary is pretty much an associative array, which will follow the pattern of: {key:value,key:value,key:value}, and...
2
todd_kingham
Offline Send Email
Jul 11, 2006
4:23 pm
453
I think you'll have a hard time getting input on standardization of DataSets because most folks who are not familiar with .NET Framework may have no clue...
Atif Aziz
azizatif
Offline Send Email
Jul 11, 2006
5:26 pm
454
how and where will i start? like i want to apply the insert, delete, update and search SQLstatement. what are the methods i could apply in my JSP page. cec ...
cec canonigo
canonigo101
Offline Send Email
Jul 12, 2006
9:06 am
455
Hi, I really love JSON and I praise the day Douglas came up with it. It's a truly useful spec, and anything that keeps XML at arm's length is good news to me....
rogue_pedro
Offline Send Email
Jul 12, 2006
5:47 pm
456
... Good question, I also had no idea this was the case. My decoder, JSON-PHP, has no problem with decoding atoms, since it's based on the apparently more...
Michal Migurski
michal_migurski
Offline Send Email
Jul 12, 2006
6:32 pm
457
Agreed. The value seems more logically like a start in the grammar,although there's a 'hidden' start (start->object|array) according to the nonnormal ...
Fang Yidong
fangyidong
Offline Send Email
Jul 12, 2006
7:27 pm
458
“JSON is built on two structures:” I think if you look a little further into the spec on JSON.org you will see that in addition to these two basic...
Todd
todd_kingham
Offline Send Email
Jul 12, 2006
8:40 pm
459
I'm afraid that Simon is right. The Internet Draft clearly states, "A JSON text is a serialized object or array." The JSON-text production is defined as...
Atif Aziz
azizatif
Offline Send Email
Jul 12, 2006
8:59 pm
460
Thanks for the great feedback Atif. But Im really not looking to introduce behavior into JSON at all. I dont think we even need to get that in depth in...
Todd
todd_kingham
Offline Send Email
Jul 12, 2006
9:12 pm
461
... No problem.. I hate to be the bearer of bad news.. :) Incidentally, though, if you didn't go with ... I just didn't see it at first. www.json.org had...
rogue_pedro
Offline Send Email
Jul 14, 2006
2:04 am
462
Hi, I am using readonly datasets in the following format; { "DataSet" : { "Tables" : [ { "Fields" : ["Column1","ImgDate","Column2"], "Records" : [ ...
Mert Sakarya
mertsakarya
Offline Send Email
Jul 17, 2006
7:04 am
463
If used in general purpose,maybe it's good to add the table name and the field datatypes in the metadata section. ... === message truncated === -- JSON: Action...
Fang Yidong
fangyidong
Offline Send Email
Jul 17, 2006
7:26 am
464
Because I'm currently using .NET data types in my JSON parser, do you think it would be a good idea to use common data type identifiers like used in XML...
Michael Schwarz
schwarz_inte...
Offline Send Email
Jul 17, 2006
10:37 am
465
Common datatypes seem to be a good idea. Maybe we can do 'JSON schema'? :-) But as to XML schema, I think it's too complicated. ... ...
Fang Yidong
fangyidong
Offline Send Email
Jul 17, 2006
12:15 pm
466
Here is an example I'm currently using: { "dataSet" : { "tables" : [ { "name": "My Table 1", "columns" :...
Michael Schwarz
schwarz_inte...
Offline Send Email
Jul 17, 2006
12:30 pm
467
I've done some test on that, and almost all simple web services that offer JSON as output could be compiled using the XSD compiler inside .NET SDK, what was...
Michael Schwarz
schwarz_inte...
Offline Send Email
Jul 17, 2006
12:39 pm
Messages 438 - 467 of 1409   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