First Question. Very Excited to be here!
I am trying to parse some JSON data. Problem is that I have a delimiter (,) and then within square brackets, another set of the same delimter. I tried to set this up to "ignore matches between" the square brackets (both \[] and '[]') and it doesn't seem to be ignoring these delimiters. Can anyone clarify how I need to format this?