From 1d238b70e2655e64b1cb1a51357a9eb0c753181d Mon Sep 17 00:00:00 2001 From: llnulldisk <48621230+llnulldisk@users.noreply.github.com> Date: Wed, 5 Oct 2022 13:57:24 +0200 Subject: Escape poll options (#128) --- include/tgbot/tools/StringTools.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include') diff --git a/include/tgbot/tools/StringTools.h b/include/tgbot/tools/StringTools.h index fa3a2f5..a833fc2 100644 --- a/include/tgbot/tools/StringTools.h +++ b/include/tgbot/tools/StringTools.h @@ -62,6 +62,15 @@ std::string urlEncode(const std::string& value, const std::string& additionalLeg TGBOT_API std::string urlDecode(const std::string& value); +/** + * Escapes a string with illegal characters ("\/) for json + * + * @param value input string + * + * @return An encoded string + */ +std::string escapeJsonString(const std::string& value); + /** * Splits string to smaller substrings which have between them a delimiter. Resulting substrings won't have delimiter. * @param str Source string -- cgit v1.2.3