I have a file with JSON-formatted requests made to a server and my problem is that I know how I can get these requests on those lines and deal with php
Example of how the File is
{"a":1,"b":2,"c":3,"d":4,"e":5}
{"a":1,"b":2,"c":3,"d":4,"e":5}
{"a":1,"b":2,"c":3,"d":4,"e":5}
{"a":1,"b":2,"c":3,"d":4,"e":5}
{"a":1,"b":2,"c":3,"d":4,"e":5}
{"a":1,"b":2,"c":3,"d":4,"e":5}
That is, each line is the answer given to the request I make.
Someone knows how I can do this