```js JSON.stringify(obj, (key, value) => { if (value === undefined) { return null } return value }) ```