Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 138 Bytes

sch-read-json-file.md

File metadata and controls

7 lines (5 loc) · 138 Bytes

sch-read-json-file

Read json file

const ${1:content} = JSON.parse(tree.read(${2:'angular.json'}).toString('${3:UTF-8}'));