mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
f8e92298f2
Out-of-the-box Oj uses :object mode, this shifts us to use :compat mode by default which is safer. It means any de-serialization going forward will default to this mode. If we wish to serialize or deserialize arbitrary objects going forward with no json interfaces we will have to opt in.