OK so I am trying to do an event breaker to break some JSON data that comes in. Each event will start with
{
“data”: {
—JSON DATA HERE—
}
}
The problem is that the last 2 curly brackets have a line break as shown below
This breaks the JSON and makes the last curly bracket a separate event
Any help getting this to not break like that would be great.