Where should i place my json file in the nextjs project?
I want to know, if a project is built in a scalable manner, which directory would be a good place to put my json file?
I understand the images are added to assets in public folder, i dont thing i want my json file to be available to anyone fetching my public files.