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 78 - 107 of 635   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
101
http://groups.yahoo.com/group/json/...
Douglas Crockford
douglascrock...
Offline Send Email
Jul 19, 2005
11:00 pm
102
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...
Michal Migurski
michal_migurski
Offline Send Email
Jul 25, 2005
5:22 pm
103
... They are application specific and should not be null in case an error is ment to be returned. Jan...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jul 26, 2005
12:58 pm
104
... error ... Jan, The java class JSONRPCResult defines errors. I have added two new errors: public final static int CODE_SESSION_EXPIRED = 594 public final...
stevenjhallatmenlo
stevenjhalla...
Offline Send Email
Jul 27, 2005
8:52 pm
105
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...
stevenjhallatmenlo
stevenjhalla...
Offline Send Email
Jul 27, 2005
9:15 pm
106
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 ...
Michael Clark
michaeljclark
Offline Send Email
Jul 28, 2005
4:17 am
107
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...
jake_s_lim
Offline Send Email
Aug 6, 2005
11:40 pm
Messages 78 - 107 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