How to handle control chars in JSON parsing ..?
I have a HTTP response with JSON content,
based on some condition i want to remove the key & value of a particular node within response which is basically by doing the JSON parsing (I have tried using the Boost::ptree & nlohmann library),
by doing that the control characters are getting removed as well, how can i avoid this issue..?