According to specs, JSON requires double quotes around key names and string values.
echo json_encode(array('result'=>'hhh'));
displays
{"result":"hhh"}
The length of this pin is 16 bytes, as shown below:
echo strlen(json_encode(array('result'=>'hhh')));
displays "16".
JSON-, , , JSON - .