'use strict';
module.exports = {
'Block style': {
'Clark': 'Evans',
'Brian': 'Ingerson',
'Oren': 'Ben-Kiki'
},
'Flow style': {
'foo,bar': 'baz'
};