The JsonSerializable interface
Guide
Edit on GitHub ✎
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