6š
ā
That little //
at the beginning threw me off too. Hereās what you do:
import json
jsonData = json.loads(mystring[3:])
Now, I donāt know what any of the encoded data there means, but thatās how you can get it as python objects.
Source:stackexchange.com