in index.js [114:116]
function cleanNullKeys(obj) { return JSON.parse(JSON.stringify(obj, emptyValueReplacer)); }