We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
4731fdf
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);