Page MenuHomePhorge

function phutil_json_encode($value)
Arcanist Technical Documentation ()

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.