php8.5
Home/ Manual/ reference / json/ The JsonSerializable interface

The JsonSerializable interface

Objects implementing JsonSerializable can customize their JSON representation when encoded with json_encode.

Intro

Objects implementing JsonSerializable can customize their JSON representation when encoded with json_encode().

Interfacesynopsis

implements JsonSerializable { }

Jsonserializable

In this section

Source: reference/json/jsonserializable.xml · from the official PHP manual (php/doc-en)