Make proper json
PLEASE DOUBLE CHECK THIS DOES NOT BREAK THE CODE
As far as I understand \
is the "i'm going to escape things" character in json and \.
isn't a valid escape character so you want the double \\
but i've no idea if this will break or not the code using this
PLEASE DOUBLE CHECK THIS DOES NOT BREAK THE CODE