Ticket #201 (new defect)

Opened 1 year ago

Last modified 1 month ago

(To do) Builtins: Implement JSON

Reported by: lth Assigned to: lth
Type: defect Priority: major
Milestone: Component: RefImpl
Version: 3.1 Keywords: json
Cc: crock

Description

spec/library/Object.html, and others: currently the JSON implementation is flagged as implementation-dependent, but that really only applies to cycle finding. So we should implement it properly and make the cycle detection implementation-dependent ("informative").

(It's also possible the property-set computation mechanism for Object should be "informative" so as not to constrain implementations too much, even if it is implementable in ECMAScript.)

Attachments

Change History

Changed 1 year ago by lth

  • priority changed from major to trivial
  • summary changed from Builtins: Implement JSON to (To do) Builtins: Implement JSON

Will be moot if we remove JSON but we haven't, yet.

Changed 1 month ago by David-Sarah Hopwood

  • keywords set to json
  • priority changed from trivial to major
  • version changed from 4 to 3.1
  • component changed from Spec to RefImpl

JSON is in ES3.1, but is not implemented in the RefImpl?.

Note: See TracTickets for help on using tickets.