Need some help with RegEx in JSON data
Shawn Cannon
Posts: 131 ✭✭
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.
0
Answers
-
> I need a RegEx for this one I think. Yes
0 -
ok think i got it
0 -
json is structured. Using json tools is usually less fragile than string processing.
0 -
yeah this one just sucked having more than one event inside the _raw data. I was able to get the event breaker right
0