I need to output only valid JSON with a title and content.The title should be about the keyword and around 30 Chinese characters with no forbidden punctuation.I want the title to be between 28-32 characters.The article must also contain 1200 Chinese characters and include the required HTML tags.
I must make sure to escape any quotes in the content string while keeping the JSON valid.Let's get this structured properly!
