Created
November 18, 2020 13:17
-
-
Save samthomson/bbafca1a5caaececf043d751a6b610c1 to your computer and use it in GitHub Desktop.
node: write object to local json file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as fs from 'fs' | |
fs.writeFileSync('response.json', JSON.stringify(result)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment