yiisoft/json
Yii JSON is a lightweight PHP library for encoding/decoding JSON with sensible defaults. It throws JsonException on errors, supports JsonSerializable, DateTimeInterface and SimpleXMLElement, and includes safe HTML encoding for embedding JSON in pages.
yiisoft/json is a lightweight PHP library for encoding and decoding JSON with safer, more predictable behavior than native json_encode()/json_decode(). It provides sensible defaults and always throws \JsonException on errors, making JSON handling easier to reason about in production code.
\JsonException instead of returning falseJson::htmlEncode()JsonSerializable, DateTimeInterface, and SimpleXMLElementHow can I help you explore Laravel packages today?