json_encode() 関数の紹介 '希亚', 'Age'=>20 );$jsonencode = json_encode($arr);echo $jsonencode;?> {"Name":null,"Age":20} $php_json = json_decode($php_json);