I've got a json file log.json wich contain the following json :
{ "time": "2018-04-26 10:28:40.1546", "function": "test", "line": "632", "userWindows": "Kenny ", "level": "INFO", "message": "Hello" }
{ "time": "2018-04-26 10:28:40.1546", "function": "test", "line": "633", "userWindows": "Kenny ", "level": "INFO", "message": "Logon by user: Kenny from ip_address:127.0.0.1" }
It's know it's not a correct json format and it should be [{],{}] and not {}{}. But how can i manage to do something with that ? I'm a bit lost , can someone give me a lead ?
My first idea was to deserialize the file and to use it to populate a gridivew.