Cross Reference:
xref
: /
yui3
/
build
/
json
/
json-debug.js
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
json-debug.js revision 34d05a0baa83aa231e5faed818bc6ab5112cf2bf
/**
* Provides
Y.js
on.parse and
Y.js
on.stringify methods for converting objects
* to and from JSON strings.
* @module json
* @class
Y.js
on
* @static
*/
YUI
.
add
(
'json'
,
function
(Y) {},
'3.0.0'
,{
use
:[
'json-parse'
,
'json-stringify'
]});