Add a %JSONStringify% intrinsic object as another data property of %JSON%

# =JeffH (6 years ago)

Howdy,

I am unsure whether this suggestion/request comprises a feature request or a proposal or is trivial [0], so am just throwing it out here.

In working on w3c.github.io/webauthn, we’ve identified a mod [1] we (W3C webauthn WG & WHATWG) would like to make to the WHATWG Infra spec [2], which would need an accompanying single row addition to ECMA262 Table 7 "well-known intrinsic objects" [3], like so:

| %JSONStringify% | JSON.Stringify | The initial value of the | | stringify data property of %JSON%|

WDYT?

thanks,

=JeffH

[0] tc39/proposals/blob/master/CONTRIBUTING.md

[1] w3c/webauthn#712

[2] infra.spec.whatwg.org

[3] tc39.github.io/ecma262/#table

# Jordan Harband (6 years ago)

lThis seems like something that would be good to post as a PR to the ecma262 repo (assuming you've signed the CLA) so we can discuss further there; typically these sorts of changes (for layering concerns) are fine, although there's a broader discussion about the holistic approach in tc39/ecma262#1105