Lars
Results
1
comments of
Lars
I did manage to get around it: In python I am able to restore the string by encoding as follows: `somevalue.encode('utf-8').decode('unicode-escape').encode('latin1').decode('utf-8')` and similarly in .NET after fetching with JSON.MGET ```...