1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
7 return Oj.dump(o, mode: :compat)
11 # Oj 2.18.5 used to return nil. Not anymore on 3.6.4.
12 # Upgraded for performance issues (see #13803 and
13 # https://github.com/ohler55/oj/issues/441)
16 Oj.strict_load(s, symbol_keys: false)