I'm trying to parse some JSON in Node.js. The JSON comes from a .json file. I think I'm missing something due to Node's asynchronous nature. However, I'm not sure how to get beyond it. Currently, I'm trying the following code:I'm trying to parse some JSON in Node.js. The J