I use wp backend to save object data as json text into ACF textarea field
this object has text with ö and ä in it that is in json text as \u00e4
when saving with update_field, the \u gets stripped
is this intentional ?
I’m not sure but it probably has something to do with wp_kses()