Package TestON :: Package core :: Module jsonparser :: Class JsonParser
[hide private]
[frames] | no frames]

Class JsonParser

source code

Module that parses the response Json to Dictionary and Vice versa.

Instance Methods [hide private]
 
__init__(self) source code
 
response_parse(self, json_response)
This will parse the json formatted string and return content as Dictionary
source code