~oubiwann/txjsonrpc/0.0.5

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
twisted.web JSON-RPC
====================

twisted.web2 JSON-RPC
=====================

JSON-RPC over TCP
=================
* pull out anything that has to do with setting the payload (e.g., method/params dict)
  and put it in jsonrpclib
* clean up error checking, now that errors are going in the payload under the "error" key.

jsonrpclib
==========

* return results in simpljson dicts with possible keeys of "result" or "error"
* use simplesjon's hook for creating appropriate JS objects from hints in the results

tests
=====
*