json::value json;
json[L"id"] = 42;
json[U("id")] = 42;
Which of these should I use for cross platform compatability? And what's the difference, really?
json[L"id"] = 42;
json[U("id")] = 42;
Which of these should I use for cross platform compatability? And what's the difference, really?