weabow 6 Posted January 22 Hi there,  As an exemple, in a json, I push some data with accentuated chars like : é  They appear in TJsonObject.ToString as : \u00E9  I'de like to convert those codes, into TJsonObject.ToString, to their original representation \u00E9 --> é  I can't find any way to that. An idea ? Share this post Link to post
DelphiUdIT 266 Posted January 22 This can help ? : https://stackoverflow.com/questions/71288428/encode-string-from-json-utf-8 Share this post Link to post