# File lib/lograge/formatters/json.rb, line 5
      def call(data)
        ::JSON.dump(data)
      end