Editor.js is a block-style content editor for the web. It allows users to create and manage content using blocks like paragraphs, headings, images, etc. It's easy to use, customizable, and outputs clean JSON data, making it ideal for modern web applications and CMS.
To display that data on the web, we need to parse that data in HTML. Here is the class to make the transition easy.

Editor JS Parser PHP Class

Link to the Gist

Usage

(new EditorJs())->parse($content); // $content is the editor js json converted into an array.