UNPKG
@willsoto/node-konfig-core
Version:
latest (6.0.0)
6.0.0
5.0.0
4.1.0
4.0.1
4.0.0
3.0.0
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
1.0.0
0.3.1
0.3.0
0.2.0
0.1.3
0.1.2
0.1.1
Core configuration pacakge supporting file, static and environment variables
@willsoto/node-konfig-core
/
dist
/
parsers
/
json.js
7 lines
•
144 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
class
JSONParser
{ name =
"json"
; parse(contents) {
return
JSON.parse(contents); } } //
# sourceMappingURL=json.js.map