NOBUG: Fixed file access permissions
[moodle.git] / lib / yuilib / 3.13.0 / json-parse / json-parse.js
blob482cffe3e09ef7808eb10b62d246d2519dce5894
1 /*
2 YUI 3.13.0 (build 508226d)
3 Copyright 2013 Yahoo! Inc. All rights reserved.
4 Licensed under the BSD License.
5 http://yuilibrary.com/license/
6 */
8 YUI.add('json-parse', function (Y, NAME) {
10 var _JSON = Y.config.global.JSON;
12 Y.namespace('JSON').parse = function (obj, reviver, space) {
13     return _JSON.parse((typeof obj === 'string' ? obj : obj + ''), reviver, space);
17 }, '3.13.0', {"requires": ["yui-base"]});