JSON Parsing from a log file
I’m working on a JSON parser which should be able to read valid JSONs from a file, the problem I’m facing is there might be more than on JSON in a file(one line containing multiple JSONs or one JSON in multiple lines), is there any way I could parse it?