Serialize To Json

Perhaps you have no interest in using the default ActionText implementation, and are instead looking to serialize / deserialize JSON. This can be done by rendering the editor with serializer="json"

HTML
<input id="content" name="content">
<rhino-editor input="content" serializer="json"></rhino-editor>

Caveats

The above is an advanced use-case and is not generally recommended.

When using this approach, you will have to handle the following:

Essentially, you are circumventing all of ActionText and you’re on your own now.

Enjoy the wild blue yonder!