component.json revision 7df6e51124a02b5def132ce0617e9d1db1146d03
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith "name": "json",
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith "displayName": "JSON",
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith "description": "The JSON module provides methods for transforming data between native JavaScript objects and their <a href='http://json.org/' title='JSON'>JSON</a> string equivalent.",
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith "author": "lsmith",
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith "use": ["json-parse", "json-stringify"],
23b8208180539dc2e25a7f420edec6d507926b66Luke Smith "tags": ["utility", "json"],
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith "examples": [
7df6e51124a02b5def132ce0617e9d1db1146d03Jenny Donnelly "name": "json-connect",
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith "displayName": "JSON with Y.io",
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith "description": "Use JSON to parse data received via XMLHttpRequest via <a href='http://developer.yahoo.com/yui/3/io/'>Y.io</a> calls — a simple JSON use case.",
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith "modules": ["json"],
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith "useModules": ["node","io","dump","json-parse"],
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith "hideTableOfContents": true
7df6e51124a02b5def132ce0617e9d1db1146d03Jenny Donnelly "name": "json-freeze-thaw",
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith "displayName": "Rebuilding Class Instances from JSON Data",
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith "description": "Use the <em>replacer</em> and <em>reviver</em> parameters to reconstitute object instances that have been serialized to JSON.",
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith "modules": ["json"],
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith "useModules": ["node","json"],
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith "hideTableOfContents": true
7df6e51124a02b5def132ce0617e9d1db1146d03Jenny Donnelly "name": "json-convert-values",
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith "displayName": "Adding New Object Members During Parsing",
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith "description": "Use a currency conversion calculation to add a new price member to a JSON response, demonstrating how JSON data, once retrieved, can be transformed during parsing.",
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith "modules": ["json"],
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith "useModules": ["node","io","json-parse"],
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith "hideTableOfContents": true