<?php $str = '{\"type\":\"avatar\",\"title\":\"it+s me\"}'; $json = stripslashes($str); $array = json_decode($json, true); print_r ( $array ); // вернет ассоциативный массив ?>