Direction: Choose the correct option
Q1.
How do you read a JSON file and parse it in Node.js?
Direction: Choose the correct option
Q2.
What happens when you `require()` a JSON file?
Direction: Choose the correct option
Q3.
How do you write a JavaScript object to a JSON file?
Direction: Choose the correct option
Q4.
What is the purpose of `JSON.stringify(obj, null, 2)`?
Direction: Choose the correct option
Q5.
When using `require()` for JSON, what is cached?
