Lately,I use the JSON-RPC-Java to communicate between the client-side and the server-side in my project. I know,the principle of this RPC protocol is : the...
Unless you can open a socket connection from the client to the server which stays open, there is no way for the server to push the data as it is generated. You...
Hi All, I am using JSON, and have a need to manipulate the "anonymous" javascript object that is brokered back from JSON on the client. I want to use strongly...
I think there is a problem with the implementation in json.py (pyjsonrpc). Consider the following unittest case... def testWriteStringValue(self): s =...
I did not expect the following behavior using json.py... ... 2 ... 2 The first expression is fine, the input is the JSON number, 2. The second input is not...
I'm looking around for examples of a json-rpc code, but I haven't seen many code examples (php) since the spec is still being settled on(?). I have an active...
Hi All, ... I had some problems with posting the project to sourceforge and I do not have time to continue this. I have almost production version of the...
Hi ... Well, kindof being discussed if people like to discuss it. I have not been doing much on json-rpc lately as I am relocating to London... big move, no...
... Not sure where your from, but enjoy the city. I'm orginally from north of Manchester, but grew up and live over in the states now, north of boston. ... ...
Hi, ... I didn't have a change to post my library online. But I can send it with private letter. I just sent it to 2 guys who were interested in it. Regards, ...
Hi all, I'm just writing the test suite for jyson, my new pure-java implementation of JSON for jython 2.1, and decided to read up on javascript syntax to check...
... Hash: SHA1 Well, if you check up on www.json.org you'll see what the definition is according to Crockford (JSON's father?). I personally would like to add...
... Hash: SHA1 Forgot to state that the Date() would then be just as a good way of transporting dates to/from the server. We did so at least in our JSON ...
Hi all, Another question: should empty array elements be acceptable? I.E. is this a valid array specification: [1,2,3,,] It is valid javascript (in browsers...
I would advise against permitting Date() as a native json-rpc type, at least if the encoded form contains a date string or Y/M/D/... integers. (Milliseconds ...
... I vote for base JSON spec stay strict. although I like writting lexers and parsers, believe me I'd like to avoid parsing Date(1990+15, 0x0A-4, "20", 0, 0,...
Matej Kovac
matej.kovac@...
Jun 20, 2005 4:28 pm
92
I think, there are some useless restriction in representation of string in JSON: 1. backslashing a forward slash (solidus) - I think it was invented to...
... There is no requirement to escape slashes. JSON allows the escaping of slashes. This is intended to make it easier to embed JSON text in HTML, where the...
"I think it better to keep JSON minimal." I agree. Where JSON may need to be fixed, change the definition. But where JSON may need to be extended, see if a...
Hi All, Since there seems to be no appetite for discussing more than one thing at a time, I'll raise some issues separately. [Alan Kennedy] ... Should JSON...
[Alan Kennedy] ... No takers? Forgive me for laboring the point, but I do want to get this issue clarified. I am going to be publishing open source software...
Hi all, It seems like there is a slowly risign number of interested people for JSON-RPC. But, I am currently very busy with having a new real job ... There is...
... There are some conventions that are better not followed. For example, the ambiguity in leading 0 indicating decimal or octal. JSON wants to avoid such...
[Jan-Klaas Kollhof] ... I agree. [Douglas Crockford] ... About octal: Octal was a historical legacy when I started programming in C in the 1980's: I'm...