Double quotes in output

Hi ,

I have json stored in my table
[{“relativeId”:“446”,“relationStatus”:“F”},{“relativeId”:“447”,“relationStatus”:“F”}]

Dreamfactory REST API is adding backslash in the output
[{“relativeId”:“446”,“relationStatus”:“F”},{“relativeId”:“447”,“relationStatus”:“F”}]

Can you advise what could be done to correct this ?

Didnt anyone else face this issue ? Any advise here is much appreciated.