Problem importing JSON file

If I try to use the Import JSON from file action I receive an error, but if I import the same file as plain text and then use the parse JSON action it parses correctly. What is the issue with the file that causes the issue?

{"FULLCIVICA":"620 Woodland Avenue","CIVICNUMPR":null,"CIVICNUM":620,"CIVICNUMSU":null,"PREFIXDIR":null,"PREFIXTYPE":null,"STREETNAME":"Woodland","STREETTYPE":"Avenue","SUFFIXDIR":null,"FULLSTREET":"Woodland Avenue","UNIT":null,"UNITTYPE":null,"MUNINAME":"Burlington","COMMUNITY":null,"PROVINCE":"ON","AUTOXCOORD":597294.75,"AUTOYCOORD":4798464.0,"geom":"POINT (597294.75 4798464)"}
{"FULLCIVICA":"386 Pepper Drive","CIVICNUMPR":null,"CIVICNUM":386,"CIVICNUMSU":null,"PREFIXDIR":null,"PREFIXTYPE":null,"STREETNAME":"Pepper","STREETTYPE":"Drive","SUFFIXDIR":null,"FULLSTREET":"Pepper Drive","UNIT":null,"UNITTYPE":null,"MUNINAME":"Burlington","COMMUNITY":null,"PROVINCE":"ON","AUTOXCOORD":598385.4375,"AUTOYCOORD":4798662.0,"geom":"POINT (598385.4375 4798662)"}

Looks like the same issue as in one of your previous topics. Please refer to the following answer for solution: Unable to read json file - #3 by andrew.rybka