e.g. when I do std::string result = jsonObject["hello"]; and "hello" is not found it just does an assert and I don't know what key is being looked up. It would be nice to also print out the key name.