module.exports = { root: { name: 'This is the root name', first: { name: 'First\'s Name', age: 99 } } };