Even though it's a geojson file format I'm not looking for any spatial functionality - just the ability to read/load the file for manipulating various fields. I receive the following error - any ideas
Error: Can't parse JSON. Wrong JSON content: 'Additional text encountered after finished reading JSON content: {. Path '', line 2, position 0.'
Source: action "Import JSON from file", table "brantford-addresses-city.geojson"
{"type": "Feature", "properties": {"hash": "02cfb33e81085b24", "number": "5", "street": "NEWCASTLE ST", "unit": "", "city": "", "district": "", "region": "", "postcode": "N3R 1Y5", "id": ""}, "geometry": {"type": "Point", "coordinates": [-80.2667418, 43.1541329]}}
{"type": "Feature", "properties": {"hash": "532db368b5a3da9f", "number": "12", "street": "NIAGARA ST", "unit": "", "city": "", "district": "", "region": "", "postcode": "N3T 3X7", "id": ""}, "geometry": {"type": "Point", "coordinates": [-80.2726338, 43.1482615]}}
{"type": "Feature", "properties": {"hash": "b26467652010a2ce", "number": "22", "street": "NIAGARA ST", "unit": "", "city": "", "district": "", "region": "", "postcode": "N3R 4E2", "id": ""}, "geometry": {"type": "Point", "coordinates": [-80.272167, 43.1489121]}}