stream.io.JSONStream.md Maven / Gradle / Ivy
JSONStream
==========
This data stream reads JSON objects from the source (file/url) and
returns the corresponding Data items. The stream implementation expects
each line of the file/url to provide a single object in JSON format.