I am migrating a project from Keystone to Strapi 5. They both have very similar WYSIWYG editors (based on JSON, not markdown). However, the JSON output is not exactly the same. Very similar but not the same.
I am looking for some WYSIWYG JSON editor, I can install in my app to post content in the format Strapi would understand.
It’s for users, who won’t have access to Strapi admin, but still are able to edit or add new content in the UI of the application.
Thank you in advance!