Skip to content

Add support for project_members array

This MR adds support for project_members that is an Array when it's exported using StreamingSerializer. This will allow us to write each element of an array to JSON, instead of serializing whole Array structure. This is also going to help us with Ndjson structure.

Closes #212457 (closed)

Merge request reports