I am not sure what the expected behaviour is. My output is one JSON object per line with no wrapping array and no comma separators e.g. {name:"Joe Bloggs",status:"alive"} {name:"Alice Kay",status:"deceased"} etc.
I am not sure what the expected behaviour is.
My output is one JSON object per line with no wrapping array and no comma separators e.g.
{name:"Joe Bloggs",status:"alive"}
{name:"Alice Kay",status:"deceased"}
etc.