When I load the JSON file and when I print it I get before each attribute a "u'"
how can I escape it ?
try: with codecs.open('graphe.json', 'r', 'utf-8') as json_data: c = json.load(json_data) print c except IOError, e: print 'IOError : No file in input' {u'ressourcepath': u'D:\Stage_ete_2016\DjangoProject\resources\', u'Nodes': [{u'title': [u'npq1', u'npq3', u'npq2'],....
the JSON
{"ressourcepath": "D:\Stage_ete_2016\DjangoProject\resources\", "Nodes": [{"title": ["npq1", "npq3", "npq2"],...
so the problem is that I use this dictionary to write a JavaScript code (template) and I must respect the JavaScript syntax (Vis js): 
dictucharacter in the string. You look at the representation of the string where the leadingushows that the string contains unicode data. If you print the string itself you will see nou.