Can we get an option to disable the new "Transform dot notation to bracket notation" functionality? We would like to keep our code base current with the latest version of this module, but we do NOT want to allow users to submit this new syntax to our API. Since this is done just through a .replace, it seems like it would be trivial to add a switch that would skip that transformation (but it can still be enabled by default, of course).
Can we get an option to disable the new "Transform dot notation to bracket notation" functionality? We would like to keep our code base current with the latest version of this module, but we do NOT want to allow users to submit this new syntax to our API. Since this is done just through a
.replace, it seems like it would be trivial to add a switch that would skip that transformation (but it can still be enabled by default, of course).