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
Add an option to split based on the pattern where one json object closes } and another begins { which should never happen within an object. Optional whitespace between would still show an object hand-off.
Describe alternatives you've considered
More advanced parsers are available but regex appears sufficient.
As with the new-line splitter, these changes can't be made after the receiver since the number of events that come from the receiver is what we need to change.