I have some json I need to decode, alter and then encode without messing up any characters.
If I have a unicode character in a json string it will not decode. I\'m n
Try Using:
utf8_decode() and utf8_encode