Search the web
Sign In
New User? Sign Up
json-rpc
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 55 - 85 of 635   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
55
Dear all, I just came across JSON and JSON-RPC last week: I like the idea a lot, especially given the ease of implementation. So I downloaded the python...
iapwebmaster
Offline Send Email
Feb 12, 2005
6:59 pm
56
Hi, thanks for the patch I should have mentioned on my page that I wrote the python impl. to test the protocoll and have not really worked on it much further ...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Feb 13, 2005
12:09 pm
57
[Jan-Klaas Kollhof] ... [Alan Kennedy] ... [Jan-Klaas Kollhof] ... Point taken: you're right: the tokenizer will not permit such DOS attacks through, and eval...
Alan Kennedy
iapwebmaster
Offline Send Email
Feb 13, 2005
2:02 pm
58
Sorry, the whitespace in that code snippet got mangled by YahooGroups. Here it is again, with '.'s instead of spaces, so you'll have to replace '.'s with...
Alan Kennedy
iapwebmaster
Offline Send Email
Feb 13, 2005
2:05 pm
59
... I am convinced ! ... But it is possible though to create a {"Ä": 12345} in python {"\x8e":12345}, not? The "Ä" is not ASCII. ... simple browser-based...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Feb 14, 2005
2:18 pm
60
Hi Folks, Any Debian KDE users out there? The Konqueror/KHTML XMLHttpRequest bug fix has just made it into Debian Sid. If you do an: apt-get update apt-get...
Michael Clark
michaeljclark
Offline Send Email
Feb 14, 2005
4:43 pm
61
[Alan Kennedy] ... [Jan-Klaas Kollhof] ... Well, yes, you can use non-ascii keys in dictionaries. Since object attributes are stored in a dictionary, you can...
Alan Kennedy
iapwebmaster
Offline Send Email
Feb 14, 2005
6:03 pm
62
... syntax error. But for JSON you want to use dictionaries not objects. And these dictionaries may contain keys with non-ascci code. On the http://json.org...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Feb 16, 2005
5:24 pm
63
... There is no distinction between objects and dictionaries in JavaScript. They are plain objects according to ECMA-262 (ECMAScript 3rd Edition) There is just...
Michael Clark
michaeljclark
Offline Send Email
Feb 16, 2005
11:16 pm
64
Neither the JSON nor the JSON-RPC specs say how data exchanged between the client and the server are to be encoded. I think messages should be encoded in...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Feb 19, 2005
6:55 pm
65
... I agree with that and think it should go in the spec. Although in practice, due to XMLHttpRequest quirks in some browsers (with respect to problems with...
Michael Clark
michaeljclark
Offline Send Email
Feb 19, 2005
8:24 pm
66
... Although UTF-16 is specified as the (internal) "representation" used by conforming ECMAScript engines I don't think it is completely relevant to the...
Michael Clark
michaeljclark
Offline Send Email
Feb 19, 2005
9:24 pm
67
I have a few ideas for the protocol I'd like to share/discuss. 1. Multiple requests/responses The specs say that they are sent one after another. {...} {...} ...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Mar 8, 2005
3:38 pm
68
... Yes, the eval is no more eval than the fact that you loaded the initial JavaScript from the same server in the first place. So this is not really an issue,...
Michael Clark
michaeljclark
Offline Send Email
Mar 10, 2005
4:14 pm
69
Hello Michael, ... over HTTP and JSON-RPC over sockets. The requirements seem to be slightly different. Not realy, here an example of bidirectional multicall...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Mar 12, 2005
4:35 pm
71
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...
xuerldx
Offline Send Email
Apr 4, 2005
3:54 am
72
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Apr 4, 2005
7:30 am
73
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...
manganc10
Offline Send Email
Apr 19, 2005
3:38 pm
74
I think there is a problem with the implementation in json.py (pyjsonrpc). Consider the following unittest case... def testWriteStringValue(self): s =...
patrickdlogan
Offline Send Email
Apr 25, 2005
8:35 pm
75
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...
patrickdlogan
Offline Send Email
Apr 25, 2005
9:29 pm
76
... No, it's a bug. Sorry, Jan...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Apr 27, 2005
3:20 am
77
... You are right it is not correct JSON. I guess I was assuming that both " and ' can be used for strings. I will have to fix that. Jan...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Apr 27, 2005
3:24 am
78
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...
mpcmtechnologies
mpcmtechnolo...
Offline Send Email
Jun 8, 2005
12:11 pm
79
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...
Dmitry Durach
ddurach
Offline Send Email
Jun 8, 2005
12:34 pm
80
... Very intersted, my interest would only be php5. If you don't mind sharing, I'd love to take a look....
mpcmtechnologies
mpcmtechnolo...
Offline Send Email
Jun 8, 2005
1:36 pm
81
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jun 8, 2005
5:49 pm
82
Hello, ... Will find a chance to put them to Inet by the end of the week. This time for sure. Regards, Dmitry...
Dmitry Durach
ddurach
Offline Send Email
Jun 8, 2005
5:58 pm
83
... 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. ... ...
mpcmtechnologies
mpcmtechnolo...
Offline Send Email
Jun 9, 2005
1:35 pm
84
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, ...
Dmitry Durach
ddurach
Offline Send Email
Jun 13, 2005
6:44 pm
85
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...
Alan Kennedy
iapwebmaster
Offline Send Email
Jun 19, 2005
9:02 pm
Messages 55 - 85 of 635   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help