Hi,
I'm having trouble trying to parse log lines like this (but much longer):
"timestamp":"2016-02-10 00:10:33","level":"ERROR"
So everything is in double quotes.
I just want a simple way to get the fields separated and without quotes.
Could someone point me in the right direction?
Thanks