jsonSerialize()
jsonSerialize(integer $options, integer $depth = 512) : string
JSON serialize the array object
Parameters
integer | $options | |
integer | $depth |
Pop utils jsonable interface
jsonUnserialize(string $jsonString, integer $depth = 512, integer $options) : \Pop\Utils\ArrayObject
Unserialize a JSON string
string | $jsonString | |
integer | $depth | |
integer | $options |