I have a device returning perfectly valid JSON, however when it seems to get grabbed by ITEST it escapes it and miss format it.
I basically just want to save a json response and pass it into a python session, What is the best way to do this? I was dealing with the escape characters by just using .replace but now for some reason not only is there \ on every " it randomly throws in {} which cant be fixed with .replace.
Is there just a simple escape method I can just use on the variable when passing python the argument?
Thanks in advance.