daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith "name": "json",
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith "displayName": "JSON",
1c1f3d4e86b4a3818f50131d7b44f6badc0db6c3Luke Smith "description": "The JSON module provides methods for transforming data between native JavaScript objects and their JSON 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",
1c1f3d4e86b4a3818f50131d7b44f6badc0db6c3Luke Smith "description": "Use JSON to parse data received via XMLHttpRequest via Y.io 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",
1c1f3d4e86b4a3818f50131d7b44f6badc0db6c3Luke Smith "description": "Use the replacer and reviver 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