Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react write into json file

fs.writeFile('./myFile.json', JSON.stringify(updatedJSON), (err) => {
        if (err) console.log('Error writing file:', err);
    })
})
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #react #write #json #file
ADD COMMENT
Topic
Name
5+7 =