Well-formed JSON.stringify

Specification
Proposal repo

Built-ins signatures

namespace JSON {
  stringify(target: any, replacer?: Function | Array, space?: string | number): string | void;
}

Entry points

core-js/proposals/well-formed-stringify