I previously asked this question and got berated
NodeJS/C++ addons - Passing an array from node to C++.
However I made it very clear in the question that I want to pass this array from NodeJS to C++ via a C++.
One of the answers was to use JSON, is there any other way to do this?