Eve.json file parsing error

@Team,
eve.json file has json entries as individual objects but actually they should be in array of objects to be a valid json file.
is this expected ?
attaching json file.
onlyAlerts_eve.json (5.4 KB)

Well, EVE-JSON is designed to be newline-delimited JSON (https://jsonlines.org)

The idea is that EVE-JSON files should be writable and readable sequentially, with new events are always added at the end once they are detected. If they were in an array (i.e. with [ and ] at beginning and end, such arrays would quickly become unwieldy for reading due to size.