module Ougai::Formatters::ForJson

def init_opts_for_json(opts)

def init_opts_for_json(opts)
  @jsonize = opts.fetch(:jsonize, true)
  @with_newline = opts.fetch(:with_newline, true)
  @serializer = Ougai::Serializer.for_json
end