Home | Trees | Indices | Help |
|
---|
|
JSONService is a module providing JSON RPC Client side proxying.
|
|||
JSONServiceError | |||
JSONService | |||
JSONRequestInfo | |||
JSONResponseTextHandler | |||
ServiceProxy | |||
JSONProxy |
|
|||
|
|
|||
parser = JSONParser()
|
|||
dumps = getattr(parser, 'encode')
|
|||
loads = getattr(parser, 'decodeAsObject')
|
|||
JSONDecodeException = None
|
|||
__requestID = 0
|
|||
__requestIDPrefix = 'ID'
|
|||
__lastRequestID = None
|
|
Return Next Request identifier. MUST be a JSON scalar (String, Number, True, False), but SHOULD normally not be Null, and Numbers SHOULD NOT contain fractional parts. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jun 16 12:42:26 2010 | http://epydoc.sourceforge.net |