JsonEncode

JsonEncode

class JsonEncode implements EncoderInterface

Encodes JSON data.

Methods

__construct($bitmask)
int getLastError() deprecated

Returns the last encoding error (if any).

scalar encode(mixed $data, string $format, array $context = array())

Encodes PHP data to a JSON string.

bool supportsEncoding(string $format)

Checks whether the serializer can encode to