Hi, I want to understand a word "lightweight" in JSON description - in context of data interchange. Give me example of "huge-weight" - or so... What does this...
Check out http://json.us. It's an unannounced open JSON encoding proxy intended for use with dynamically created script tags. There is a drop-in replacement...
i know u can read json data with the dynamic script tag.But can i post json crossDomain without xmlhttpObject? Evvvery link i go,they either talk about only...
Hi, I am stuck on a sample json call. I see that the group is addressing bigger topics other than "im stuck and need help" stuff. With your permission I will...
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,...
First Post - I see most environments are covered with a library for json except Classic ASP. I have one last major development to do with it before moving on...
... My impression is that in formulating the spec you are mostly thinking about RPC being used to sending normalized data tables e.g. from a database << I'll...
What do you think of the the ideas presented in message #473: http://groups.yahoo.com/group/json/message/473 There's even an example in there about how to...
Apparently PHP has a bug that they marked "Won't Fix", which will prevent error reporting when JSON is output: http://bugs.php.net/bug.php?id=38184 You may...
In Section 3 (Encoding) of the JSON Internet Draft, the second paragraphs starts by saying, "Since the first two characters of a JSON text will always be ASCII...
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....
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'm using JSON via JSRS (a kind of simpler pre-cursor to AJAX) with a J2EE application. We have a complex XSLT-based user interface and I'm using AJAX to...
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...
Hello all, I've searched for an existing discussion on this subject and couldn't find one, so I apologize if I'm duplicating an existing thread. I'm quite...
Here's a strange situation to me. I'm new to Javascript and so I expect I'm missing something here. // Using GoogleMaps API to return the bounds of a map: var...
I'm wondering if there's any examples of using json to submit a form using AJAX. I need a JS library that will convert a form in to an associative array so I ...
I just uploaded my XSLT 1.0 stylesheet that converts any XML data to JSON. Check out the XML 2 JSON project homepage <https://json-xslt.codebase.ebay.com/>...
I need to create a JSON object using the Java json.org API in the format of the following example: {"test":{"97523":{"attrs":{},"name":{"rec":41523}}, ...
Is there any XSD created for JSON structure? The idea/purpose represent JSON within a full blown heavy weight XML XSD. Thanks Cheenu [Non-text portions of this...
I have been looking at JSON, and have seen in a few places where the eval statement is written x = eval('(39; + var + ')'); what is the purpose of the '(' and...
I have identified a need to merge/mangle several discrete JSON objects into a single JSON object in Java. Has anyone ever developed a method to merge two...
The link to the ActionScript 3 JSON implementation on the json.org homepage is broken. Does anyone know where I can find the code? TIA. -- Martin Cooper ...