You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reason: I believe order can matter for Arrays no matter what the object type is.
This means that ordering an array may be incorrect if the user wants to solely just sort property keys.
Proposal Add a configuration flag to disable all array sorting then disable array sorting by reading from that flag
Notes: You still want to sort any arrays objects properties in this scenario!
The text was updated successfully, but these errors were encountered:
Reason: I believe order can matter for Arrays no matter what the object type is.
This means that ordering an array may be incorrect if the user wants to solely just sort property keys.
Proposal Add a configuration flag to disable all array sorting then disable array sorting by reading from that flag
Notes: You still want to sort any arrays objects properties in this scenario!
The text was updated successfully, but these errors were encountered: