ipns://docs.ipfs.io/reference/http/api/#api-v0-add indicates response is: ``` { "Bytes": "", "Hash": "", "Name": "", "Size": "" } ``` However in reality it's more like: ``` { "Bytes": "", "Hash": "", "Name": "", "Size": "" } { "Bytes": "", "Hash": "", "Name": "", "Size": "" } { "Bytes": "", "Hash": "", "Name": "", "Size": "" } { "Bytes": "", "Hash": "", "Name": "", "Size": "" } { "Bytes": "", "Hash": "", "Name": "", "Size": "" } ``` Specifically when using `nocopy`. Any ideas? The output is difficult to parse if it just barfs concatenated JSON like that...