I am trying to read and save a json file. The problem is that when I call write_json(pt, "newFile.json")
it is changing the content of some fields like:
input:
"field1":"path/to/file.txt"
is changed to:
"field1":"path\/to\/file.txt"
Is this a bug? How to fix it?