I am retrieving Twitter-data with a python tool and dump them in the JSon format to my disk. I noticed an unintended escaping of the entire data-string for a tweet being enclosed in double quotes. Furthermore, all double quotes of the actual Json formatting are escaped with a backslash.I am retrieving Twitter-data with a python tool