Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

ContentState is now JsonSerializable

Choose a tag to compare

@e1himself e1himself released this 23 Mar 15:50

ContentState is now JsonSerializable

Now you can json_encode it directly:

/** @var $contentState \Prezly\DraftPhp\Model\ContentState */

// Convert $contentState to JSON string
echo json_encode($contentState);