JsonSerializer
class JsonSerializer
Class responsible for populating the JSON body of a {see GuzzleHttp\Message\Request} object.
Methods
stockJson
(Parameter $param, mixed $userValue, array $json)
: array
A generic method that will populate a JSON structure with a value according to a schema. It supports multiple types and will delegate accordingly.