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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 71 - 100 of 635   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
86
... 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...
Ronny Hanssen
ronnyh1969
Offline Send Email
Jun 19, 2005
9:41 pm
87
... 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 ...
Ronny Hanssen
ronnyh1969
Offline Send Email
Jun 19, 2005
10:20 pm
88
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...
Alan Kennedy
iapwebmaster
Offline Send Email
Jun 19, 2005
11:07 pm
89
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 ...
Johan Sundström
johan_h_sund...
Offline Send Email
Jun 20, 2005
1:00 pm
90
... array ... a ... The JSON diagrams are clear on this point. [1,2,3,,] does not conform. JSON attempts to avoid features that are ambiguous....
Douglas Crockford
douglascrock...
Offline Send Email
Jun 20, 2005
3:49 pm
91
... 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@...
Send Email
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...
funny_sokol
Offline Send Email
Jun 21, 2005
6:49 am
93
... 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...
Douglas Crockford
douglascrock...
Offline Send Email
Jun 21, 2005
4:28 pm
94
"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...
Logan, Patrick D
patrickdlogan
Offline Send Email
Jun 21, 2005
4:35 pm
95
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
iapwebmaster
Offline Send Email
Jun 21, 2005
9:39 pm
96
[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...
Alan Kennedy
iapwebmaster
Offline Send Email
Jun 24, 2005
1:30 pm
97
I think JSON should follow the EcmaScript specs regarding the notation of numbers. Jan...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jun 24, 2005
4:26 pm
98
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jun 24, 2005
4:34 pm
99
... 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...
Douglas Crockford
douglascrock...
Offline Send Email
Jun 24, 2005
4:50 pm
100
[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...
Alan Kennedy
iapwebmaster
Offline Send Email
Jun 24, 2005
7:13 pm
Messages 71 - 100 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