I am having a problem using c++ n-api api and I have reviewed the documentation here, and I do not see a way to iterate the keys of a Napi::Object
. I must be missing something because this is possible in JavaScript, so it must be possible in the C++ API.
How can I list or iterate the keys (properties) in a Napi::Object.