I have passed to template regular Python dictionary and I need to inside
$(document).ready(function() {.. }
to convert that Python dictionary to JavaScript dictionary. I tried like
var js_dict={{parameters}};
but I got errors ( ' instead of ' and all strings start with u' ). How can I convert Python dictionary to JavaScript hash table ?