Пример #1
0
 static function decode($str)
 {
     $json = new com_wiris_util_json_JSon();
     return $json->localDecodeString($str);
 }