I need to store some math formulas inside a database that is to be retrieved in json.
I'm trying http://jsonviewer.stack.hu/ to test in file and can't correctly display the following:
{'ej':'\frac{25x^3+2y}{12x}'}
reason is that it getds rid of "\f", so instead of \frac rac is displayed.
How can I fix this?