[ create a new paste ] login | about

Link: http://codepad.org/CS4MLBEV    [ raw code | output | fork ]

PHP, pasted on Aug 28:
1
2
3
4
<?php

$string='"This is a \"cool\" string"';
echo json_decode($string);


Output:
1
This is a "cool" string


Create a new paste based on this one


Comments: