JSON is a frequently used format. Full JSON IO support would be nice but just having json encode/decode functions for strings would be a nice building block.
void json_encode(string& out, string_view in);
bool json_decode(string& out, string_view in); // returns !error