We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
The output should be fine if you call dump.
dump
Sorry, something went wrong.
I forgot to say that I'm running on Android, the code is compiled with the android NDK. Let me check by sending the string to the log to confirm.
You're right, the problem is somewhere else up the chain to reach the Javascript.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: