UNPKG

132 BJavaScriptView Raw
1"use strict";
2const fs = require('fs');
3
4module.exports = function(file_path) {
5 return JSON.parse(fs.readFileSync(file_path));
6};