Hello there,

I am working in a project to work with train schedules.

Sadly, the data is given to me as a series of JSON objects which need to be read in line by line.

Is there a way of batch processing JSON, or do I have to submit line by line?

Shaun