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
Since all* strings in simdjson are guaranteed to be valid UTF-8,
it whould be handy to add "u8" variants of string access methods for C++20 users,
like get_u8string, escaped_u8key and so on.
Since all* strings in simdjson are guaranteed to be valid UTF-8,
it whould be handy to add "u8" variants of string access methods for C++20 users,
like
get_u8string,escaped_u8keyand so on.