The json module provides a polyfill for the global JSON object. But according to Can I Use all Grade A browsers provide the feature natively anyway. Additionally, jQuery 3.0 requires native JSON parsing, too.
So the polyfill should no longer be necessary. Additionally it might be a good idea to explicitly feature-test for window.JSON in startup.js, to make sure no Grade X browser without native support slips through.