On Thu, Oct 6, 2016 at 12:50 PM, Rick Waldron <[email protected]> wrote: > var o = JSON.parse('{}'); > Object.setPrototypeOf(o, null);
That's not remotely correct, as it does nothing for anything other than the top object. (And it breaks things if the top-level value isn't an object.) ~TJ _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

