You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure what you mean. You can parse any valid JSON text with json::parse(), including UTF-8 encoded strings. You can also create a JSON object with type string by calling the constructor with std::string or const char[].
Is it possible to build a JSON tree from already UTF8 encoded strings?
eg
utf8 encoded string with æøå
The text was updated successfully, but these errors were encountered: