This PR adds support for finding JSON in the Content field of an RFC3164 message without requiring the @cee cookie in the message body. To stay efficient, if JSON parsing is enabled (OptionDontParseJSON was not passed to NewParser), ParseContent will perform a check to determine if the Content probably contains a JSON object.
This PR adds support for finding JSON in the Content field of an RFC3164 message without requiring the @cee cookie in the message body. To stay efficient, if JSON parsing is enabled (OptionDontParseJSON was not passed to NewParser), ParseContent will perform a check to determine if the Content probably contains a JSON object.