oj.rb 109 B

123
  1. # frozen_string_literal: true
  2. Oj.default_options = { mode: :compat, time_format: :ruby, use_to_json: true }