Skip to content
Advertisement

import JSON file with node.js

I want data from the config.json file import to the index.js file in the same dir.

so I had it before

JavaScript

now i would change the string so i need a json object, but how?

Advertisement

Answer

  1. In ES5 you can do it by

JavaScript

The object will contain your JSON.

In ES6

JavaScript
  1. Using fs module synchronously

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement