express static allow json files code example
Example: use static with expres
app.use(express.static('directoryName'))
#store the files in the directory as if you were making a website without express
app.use(express.static('directoryName'))
#store the files in the directory as if you were making a website without express