The json module returns unicode strings in its parse results, which can confuse some of the hub code. This changes applies fixEncoding() to such strings.
Unit tests included
@mikeb any thoughts here?
+1
Looks good to me.
Pull-Request has been merged by mikem
The json module returns unicode strings in its parse results, which can confuse some of the hub code. This changes applies fixEncoding() to such strings.
Unit tests included