python - How do I decode a json dumps txt with unicode attributes? -


enter image description here

sorry, had issues indentation of code when posting question took photo instead.

try this:

json.dumps(json.loads(usermodels.dumps())) 

Comments

Popular posts from this blog

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -

recursion - Can every recursive algorithm be improved with dynamic programming? -