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
Thanks for your response. The ordering of Object keys is fine, but there's an issue with Arrays. It might be confusing when setting an array like [2,1] and seeing [1,2] in the UI, as we all know [2,1] != [1,2].
Could you consider adding a switch in the UI to enable/disable your custom lexical sorting (for arrays)? This way, users can choose between a lexical order or a raw output without reordering. Please, ensure that the user's choice remains persistent across sessions.
Issue: Data Browser UI does not preserve order of elements in JSON arrays
How to reproduce:
Result: The CLI output is correct, but the Data Browser has the array sorted and does not preserve order of array elements.
Expected: The order of elements in JSON arrays must be preserved. According to RFC 7159 -The JavaScript Object Notation (JSON) Data Interchange Format, an array is an ordered sequence of zero or more values.
Screenshots:
The text was updated successfully, but these errors were encountered: