when i read json data from SFTP server i'm getting data as bytes format which i shown below
b'{"FirstName":"fName'N "}'
here after end of the value there is a single quote.because of that i'm unable to convert to dict..is there any solution how we get string as output