There are a few bugs related to JSON-RPC implementation.

1. "version" key is required since 1.1 but if I call the service
without it, it still responds as if a compliant client has called it
2. "id" key is optional, but the service will raise KeyError if it's not present
3. there is no support for named parameters (arguments) although it's
in the spec

The full working draft is here:
http://json-rpc.org/wd/JSON-RPC-1-1-WD-20060807.html

-- 
Branko Vukelić

[email protected]
[email protected]

Check out my blog: http://www.brankovukelic.com/
Check out my portfolio: http://www.flickr.com/photos/foxbunny/
Registered Linux user #438078 (http://counter.li.org/)
I hang out on identi.ca: http://identi.ca/foxbunny

Gimp Brushmakers Guild
http://bit.ly/gbg-group

Reply via email to