function phutil_json_encode($value)Arcanist Technical Documentation ()
function phutil_json_encode($value)
Arcanist Technical Documentation ()
Encode a value in JSON, raising an exception if it can not be encoded.
Parameters
wild | $value | A value to encode. |
Return
string | JSON representation of the value. |
- Defined
- src/utils/utils.php:1327