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...
Quick question. http://json-rpc.org/specs.xhtml says that an RPC response should include an Error object, but I can't find a definition for Error objects - are...
... error ... Jan, The java class JSONRPCResult defines errors. I have added two new errors: public final static int CODE_SESSION_EXPIRED = 594 public final...
We have put JSON RPC into production recently and it has been quite successful. However, we are logging an occasional error: java.text.ParseException: A...
Hi Steven, ... You are using JSON-RPC-Java on the server side. You are probably best posting to the json-rpc-java list for issues regarding that specific ...
Guys, I'd like to introduce a new JSON-RPC implementation I recently started. I named it JRP which stands for JSON-RPC Page, and it allows you to create...