Missing unmarshaling from C++ std::string
bstarynk opened this issue · 0 comments
bstarynk commented
I really miss a
Value Unmarshal(const std::string& s) {
return Unmarshall(s.c_str(), s.size());
}
member function in HJson::Value
It seems natural to be able to unnmarshal from C++ strings, since hjson-cpp is a C++ library