JSON does not have a concept of streams and a common way to stream JSON is to separate each JSON object with a newline. Adding a newline makes it easier to parse as JSON values do not natively contain newlines.