class ReeJson::ToJson

def call(object, **opts)

def call(object, **opts)
  options = DEFAULT_OPTIONS
    .merge(opts)
  Oj.dump(object, options)
end