#2731·simdjson

add u8 variant of string access methods

Author: VanillaMasterCreated May 24, 2026Updated Jul 21, 2026

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.