const value = { missing: undefined, score: NaN, samples: [undefined, Infinity], }; console.log(JSON.stringify(value));