I recently found Golang suffers JSON serialization for emoji like π. The main reason was QuoteToASCII() method converted emoji into utf16 representation like U+00000000 which could not be serialized in JSON. The solution is dividing emoji into high ...
seung.hashnode.dev1 min readNo responses yet.