bugfix: panic in JSON handler
There is a possible nil pointer dereference panic in the JSON handler that will occur if an expected JSON line turns out to not be a JSON line, if that line was the first ever met JSON looking line.
There is a possible nil pointer dereference panic in the JSON handler that will occur if an expected JSON line turns out to not be a JSON line, if that line was the first ever met JSON looking line.