Working with JSON
JSON or JavaScript Object Notation, is syntax for storing and exchanging text information, much like XML.
To enable the JSON extension on your hosting account, you must modify the php5.ini file to include the following code:
extension=json.so
NOTE: We recommend backing up your php5.ini file before modifying it.
For more information, see Why isn't my php.ini file taking effect?