We have updated our Terms of Service, Code of Conduct, and Addendum.

Need some help with RegEx in JSON data

Options

Need some help breaking some events. I have some JSON (no arrays) and it looks like more than one event is in each _raw data tha is coming in. Each distinct event in _raw starts with {"line" and {"line" has to remain in each event. I need a RegEx for this one I think.

Answers