Understand Oj Modes
developOj uses different modes to control how JSON is loaded and dumped. The mode determines the expected input format and the resulting output structure. It is highly recommended to use the same mode for both loading and dumping to avoid unexpected behavior.
Available modes include:
:strict:null:compat(or:json):rails:object:custom:wab(specifically for the WABuR project)