I have the below json file which i want to read into a dataframe but i wm getting error as the json file has double quotes within the string.for example:
data:{ "Field1":"val"ue 1", "Field2":"value2", "Field3":"va"lu"e3" }
Required output" Field1,Field2,Field3 Value1,value2,value2