You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The feature was removed as it was not used much and it can be easily implemented.
Also, most json downstream (e.g. mongodb driver) expects ndjson format instead. The only difference is the brackets and comma.
Actually, you are the first person asking for this.
I can add it back in next version.
new parameter added in 2.0.9:
downstreamFormat: "line" | "array"
default is "line" meaning ndjson format . change to "array" to get full json array output.
Hi,
Could you explain why you removed the toArrayString?
We have used it a lot in our project, now we was require downgrade.
Thanks
The text was updated successfully, but these errors were encountered: