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...
... JSON ... below. That ... without ... you would ... set of ... It's ... you're ... the clarity ... create and ... but ... I use a mechanism similar to the...
... double ... then ... Are you using eval like this? eval('(' + theResponse + ')'); the '(' and ')' are important. I recently was bit by not having these ...
... 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...
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...
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...
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...
... 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 ...
... 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...
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
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 ...
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,...
Hi Michael, JSON already has mappings for types like dictionaries, lists and collections, so there is no need for a common representation there. Dictionaries...
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...
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...
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 ...
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....
... 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...
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 ...
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...
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...
... 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...
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...
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...
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...