in reply to Re: JSON Problems
in thread JSON Problems
Looks like encode/decode fixed my problem. I had assumed since the input creating my json string was already coming from a source using UTF-8 and I was sending to a destination using UTF-8 that it wouldn't be an issue... thanks for that link, it was really helpful!