Skip to content

Can we remove our silly JSON.stringify polyfill from examples? #658

Closed
@gnarf

Description

@gnarf

http://caniuse.com/#search=json - support back to IE8

The example in jQuery.extend() has a pretty complex "fake stringify" method and seems overly complex for todays needs.

var printObj = typeof JSON !== "undefined" ? JSON.stringify : function( obj ) {

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions