File s2/require.d/plugins/json-cached.s2 artifact cc115ffe97 part of check-in 428464d569
/** A clone of the json plugin, except that cacheIt is set to true. */ const mod = requireS2.getPlugin('json').copyPropertiesTo({}); mod.cacheIt = true; return mod;