it works for me. If you get a specific error check your PHP installation, but As of PHP 5.2.0 Json comes by default.
object(stdClass)#99 (2) {
["productid"]=>
string(41) "prod:a8f2d4ef-108e-5fbf-fa74-595ddc0c7950"
["memo"]=>
string(59) "WS1CI metered clack valve, 1" for softener P/N: V1CIDME-03"
}
array(2) {
["productid"]=>
string(41) "prod:a8f2d4ef-108e-5fbf-fa74-595ddc0c7950"
["memo"]=>
string(59) "WS1CI metered clack valve, 1" for softener P/N: V1CIDME-03"
}
Works even for the html.
object(stdClass)#1 (2) {
["productid"]=>
string(41) "prod:a8f2d4ef-108e-5fbf-fa74-595ddc0c7950"
["memo"]=>
string(328) "<div style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; background-color: #ffffff; background-position: initial initial; margin: 8px;">WS1CI metered clack valve, 1" for softener P/N: V1CIDME-03</div>"
}
Elzo Valugi
2010-10-01 08:12:34