bestiejs / json3

A JSON polyfill. No longer maintained.
https://bestiejs.github.io/json3
Other
1.02k stars 150 forks source link

`quote`: Use a `RegExp` to replace control characters #71

Closed bnjmnt4n closed 9 years ago

bnjmnt4n commented 9 years ago

Performance is now comparable to JSON 2's, and much better than JSON 3.3.2. jsPerf: http://jsperf.com/json3-tests/3. @kitcambridge Please review.

bnjmnt4n commented 9 years ago

Ping? ;)