this is my code :
a = '''{"title":"sss","body":"wwww:aaa
<a href='#' onclick='logout()' >fff</a>
","data":{"status":0,"userName":"www","userId":"433"}}'''
a = eval(a)
print a.title
but it show error :
so what can i do ,
thanks