$jsonData = Mage::helper('core')->jsonEncode($array);
$array = Mage::helper('core')->jsonDecode($jsonData);
Sunday, February 8, 2015
Magento’s Core JSON Encoding and Decoding Functions
Subscribe to:
Post Comments (Atom)
$jsonData = Mage::helper('core')->jsonEncode($array);
$array = Mage::helper('core')->jsonDecode($jsonData);
No comments:
Post a Comment