so I'm trying to convert a unicode string U+1F600
coming from json into a UILabel but having a hell of a time.
Has anybody encountered this? It also seems JSON coming in as \u1f600
has the same issues.
I've tried this method with no luck: Emoji characters cannot be encoded to JSON
Thanks so much