String
String copied to clipboard
add support for empty strings?
jd::string str("");
printf("%s\n", str.c_str());
which will print out (null)