i want to read a json file data using fs.readFile in next.js 13.4 APIs in app router(directory) and parse it by JSON and display it. But it is showing the JSON content in console.log but not while i am returning it by NextResponse. Also there are very few resources from where i can take help for next.js 13.4 app router every resource is about pages router
I tried everything but nothing worked.