1 2 3 4 5 6
<?php $myRow = array(); $myRow['leaf'] = true; echo json_encode($myRow);
1
{"leaf":true}