2
I have a file with requests in JSON format made to a server and my problem is that I know how to take these requests I mean those lines and handle in php
Example of how this File
{"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}
In other words, each line is the answer given to the request I make.
Does anyone know how to do that
the problem is that the file being created is not controlled by me and in the end has no comma
– MANIAMAX
@Testerapo I updated the response from
rray
with an alternative for you– Maicon Carraro
Thanks for the @Maiconcarraro :D edition
– rray