I have problem receive JSON in server i want to use Servlet, i try to use blabla?json?<json> i got problem. is the answer is JSONRPC? anyone can help me to...
... I have a comment about the syntax. It is extremely easy to implement a JSON parser because the syntax is simple. In not only looks good, it is designed to...
... One design criterion of the JSONPath syntax proposal is, that simple expressions are also valid in Javascript. That applies to these two expressions above....
Hi, I'm interested in implementing the server side of JSONRequest, and I'm a bit confused by the JSONRequest.get description in the proposal. The sample server...
Hi, I have a JSON object which has a strcture like this : { "MainData": { "Company": { "Name":"ABC Ltd", "Address":"<address>" }, "Data": { "001": { "Name":...
I wanted to modify json.js to add RegExp support so I added the following: RegExp.prototype.toJSONString = function () { return this.toString().toJSONString();...
Do you have a piece of (valid!) JSON that some JSON parsers find difficult to parse? If you do, I'd love to get my hands on it. I'm writing a JSON framework[0]...
I tested php json parsers using the test cases you can find here: http://gggeek.altervista.org/sw/article_20070425.html I personally prefer the parser to...
A new version of json.js is available. It corrects a problem in parseJSON where it was possible to have the contents of one of the caller's variables included...
I have been working on putting together a proposal for a JSON Schema. I have been collaborating with some others, but I wanted to elicit feedback, input, and...
I wanted to initiate some dialogue about JSON referencing conventions. I did a write up at http://www.json.com/2007/10/09/json-referencing-schemes/ on a number...
... Thanks! I have one more thought about the proposal. The Firefox plugin chooses to send an "Accept: application/ jsonrequest" header with the request, and...
A design error in Firefox could allow parseJSON to include an eval function object in the resulting JSON object. This situation will now raise an exception. ...
Hi, I have a JSON object whose structure is like this: The name of the object is 'Emp' and the attributes are: name age sex department address Later in my...
I'm the type of person that is pretty impatient, and given the past history of browsers with regards to adopting standards, I'm curious on anyone's feelings on...
JSON JavaScript Object NotationCisco, have you tried Subspace/CrossSafe (http://www.xucia.com/page/CrossSafe)? It is a JS library that provides secure...
Hi, one thing I didn't get a answer yet about security: I expect that NTLM is not working with JSONRequest, too, is that correct? Some other questions while...
hi all i am seeking an Java based of JSON that can convert JSON become URL, this is called URLEncoder and URLDecoder, anyone have it? FransThamura Indonesia...
... Can you tell us which platform you are developing a client plugin for? ... The browser's security policy isn't granular enough to separate URIs into...