Page MenuHomePhorge

function phutil_json_encode($value)
libphutil Technical Documentation (Core Utilities)

Encode a value in JSON, raising an exception if it can not be encoded.

Parameters
wild$valueA value to encode.
Return
stringJSON representation of the value.