-
Hi all, I'm using a combination of cURL and nlohmann::json to make a mini console quiz-app using this website. It's working quite well, but in my console, some characters (such as quotes, apostrophes etc) are showing like this: I thought I was doing something wrong with json::parse but I used my browser to view the "raw json" output from the API and it has the same codes. You can view an example here, and it's generated so you can reload to get a different output if ever there are no weird characters. I've figured out these are simply HTML codes, but I'm not sure how to convert them back into regular text, could anyone point me in the right direction? Thank you! Phil |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm afraid this library cannot help you with that. |
Beta Was this translation helpful? Give feedback.
I'm afraid this library cannot help you with that.