I need to store unicode characters in a Poco::JSON::Object object.
What I don't understand is that the set() method only takes a std::string as a key instead of a std::wstring.
Any idea about it ?
Here is the doc : https://docs.pocoproject.org/current/Poco.JSON.Object.html#21942