readme.md 125 B

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