TextArea StyledText into a JSON Value?

hello, is there a easy way to store a styled text from textarea ui into a singe json value?
currently i store text in a single json field and now the user like colored text input.
colour text was the easy part.
i looked into the styled text example but the load and save there was very complicated, binary and file based.

Hi Markus, you can use the String returned by StyledText.RTFData to save it within JSON.

1 Like

ok great thanks

1 Like