@Nandan Hegde we found the(?) cause. There was a setting we missed.
In the Parse Settings, below format, there is Json settings. It started out minimized and set to "Document per line". After I changed it to "Single document", things started to work.
Update:
There was another thing I did. I made derived column using
replace(replace(c3,"'",'"'),'None','"non"')
I am testing whether one or both of these replaces are necessary.