Sunday, February 8, 2015

Magento’s Core JSON Encoding and Decoding Functions


$jsonData = Mage::helper('core')->jsonEncode($array);
$array = Mage::helper('core')->jsonDecode($jsonData);

No comments: