SyntaxFix
Write A Post
Hire A Developer
Questions
This should work:
s=json.dumps(variables) variables2=json.loads(s) assert(variables==variables2)