" inside JSON replaced with “, making it invalid JSON
-
I have an article that has two double quotes ” in the description. I’m using Rank Math, and this plugin outputs a JSON object containing meta information about the page, such as the article description. Basically:
{ "description": "What is the "right" approach?" }
When Simply Static processes the page in the output, these HTML codes are replaced with double quotes:
{ "description": "What is the "right" approach?" }
This make the content invalid JSON. Any idea how to deal with this?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘" inside JSON replaced with “, making it invalid JSON’ is closed to new replies.