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

python - Alternative to referencing variable before assignment -

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

Sort a complex associative array in PHP -