Convert JSON keys from camelCase to SNAKE_CASE

Today, I had to support syslog messages in two formats using a single mapping block: JSON Format – w…