JSON 2
Categories
Component ID
1665466
Component name
JSON 2
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
18059
Component created
Component changed
Component body
API module to include json2 javascript library, see https://github.com/douglascrockford/JSON-js
Instructions
- Download the module.
- Download the json2 javascript library (Download)
- Place it under sites/all/libraries/json2 so that the file can be found under sites/all/libraries/json2/json2.js
- Enable the module
This module does nothing by itself, it just provides the json2 library so that other modules can use it.
You can load the library like this:
libraries_load('json2');
