simpleson icon indicating copy to clipboard operation
simpleson copied to clipboard

The README.md gotta be updated.

Open gabrielemidulla opened this issue 2 years ago • 0 comments

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")

gabrielemidulla avatar Sep 28 '23 15:09 gabrielemidulla