The json parsing result is null
Simulated json data:
{
"Json parsing":"Support formatting highlight folding",
"Support XML conversion":"Support XML conversion to Json, Json to XML",
"Json format verification": "More detailed and accurate error messages",
"medicine_size": "1.5\ml"
}
The problem is that \ cannot appear alone. I can only use str_replace() to replace this single backslash. How to avoid this problem in general development?
You can try transcoding