Say I got a unicode string from json which is u\'a\\tb\', if I print it , I will get a b.But what I want now is print a string exactly
u\'a\\tb\'
print
a b