I am trying to pass value from Python ta Javascript (simple JSON) but when I try I cannot create, probably because u' for UTF in python
{'username': u'Tester1', 'age': 0L}
How to convert this string to javascript dictionary ? I have tried JSON.parse, eval("(" + json + ")") but it didn't work