Package pyperry :: Module response_parsers :: Class JSONResponseParser
[frames] | no frames]

Class JSONResponseParser

source code

    object --+    
             |    
ResponseParser --+
                 |
                JSONResponseParser

A ResponseParser for reponses in JSON format (format='json').

Instance Methods
 
parse(self, raw_str)
Returns a transformation of the raw response into native python objects
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

parse(self, raw_str)

source code 

Returns a transformation of the raw response into native python objects

Overrides: ResponseParser.parse
(inherited documentation)