- Describe what you want to achieve.
I'm calling .dump() on my JSON object to get a string representation. However, double quotes are escaped as we can see in the doc.
This is unrecognized in Javascript or c# for instance. For me quotation marks should only be escaped within a string.
I've looked over the documentation but it seems there is no option to suppress those '\'.
I'm using the release branch version of json.hpp.
I'm calling .dump() on my JSON object to get a string representation. However, double quotes are escaped as we can see in the doc.
This is unrecognized in Javascript or c# for instance. For me quotation marks should only be escaped within a string.
I've looked over the documentation but it seems there is no option to suppress those '\'.
I'm using the release branch version of json.hpp.