I would like to know how to properly escape my json code. I am using the datatables plugin and this is the json that is failing.
"6\\\\\\\' 5\\\\\\\" Ford HD ",
It originally looks like this (without the opening/closing brackets and the comma):
6\\\' 5\\\" Ford HD
How would I properly escape this?