[ create a new paste ] login | about

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

PHP, pasted on Oct 27:
1
2
3
4
5
6
7
8
9
10
11
<?php

$json = array();
$json['slice'] = false;
$json['G500'] = false;
$json['KG1'] = false;   

$encoded = json_encode($json);
die($encoded);

?>


Output:
1
{"slice":false,"G500":false,"KG1":false}


Create a new paste based on this one


Comments: