Decode a JSON string into a PHP object.
public static jsonDecode ( string $input ) : object | ||
$input | string | JSON string |
return | object | Object representation of JSON string |
public static jsonDecode ( string $input ) : object | ||
$input | string | JSON string |
return | object | Object representation of JSON string |