UNPKG

109 BJavaScriptView Raw
1var a = require('./a.json');
2var b = require('./b.json');
3
4console.log('a=' + a.x);
5console.log('b=' + b.x);