/ Published in: Other
Expand |
Embed | Plain Text
config = JSON.parse(fs.readFileSync('json/config.en.json', 'utf8'));
You need to login to post a comment.
shalomfriss on 05/18/12
textmate nodejs+read+external+file
1 person have marked this snippet as a favorite
config = JSON.parse(fs.readFileSync('json/config.en.json', 'utf8'));
You need to login to post a comment.