simpleson
simpleson copied to clipboard
The README.md gotta be updated.
std::string value = (std::string)result.get_entry("hello").value does not exist
it should be replaced with std::string value = (std::string)result.get("hello")