def load()

in cassette/utils.py [0:0]


    def load(self, encoded_str):
        """Return an object from the encoded JSON string."""
        return json.loads(encoded_str, TEXT_ENCODING,
                          object_hook=JsonEncoder.json_str_decode_dict)