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
I'm looking at the documentation and I'm not sure how to interpret the docs about the settings configuration. I'm looking to sort JSON by Type, but I want it with those criteria :
Primitive data type first
Sorting without grouping primitive type. (string, number and others will be mixed together in the sorting)
Complex data type second
I guess I have 4 criteria of grouping. Something like this order :
array of primitive ex: ["str1", "str2", 3, null, true, false]->No Object in this array
object
array of object or mixed data ex: [{...}, "2", {...}, 4, null, {...}, true, false]
The goal is to make :
Simple data first
Array of simple data second
Complex data third
Array of complex data fourth/last
To my understanding, the most similar feature is sorting by type, but it separate different primitive type which I prefer if it wouldn't happen.
I don't think the settings allow this type of customization, would appreciate some help if it can allow it. Otherwise, take this as a feature request :)
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion. I'm not able to have a look at this at the moment. Let me know if you are able to have a look at the code and I can give you some suggestions.
I'm looking at the documentation and I'm not sure how to interpret the docs about the settings configuration. I'm looking to sort JSON by Type, but I want it with those criteria :
I guess I have 4 criteria of grouping. Something like this order :
The goal is to make :
To my understanding, the most similar feature is sorting by type, but it separate different primitive type which I prefer if it wouldn't happen.
I don't think the settings allow this type of customization, would appreciate some help if it can allow it. Otherwise, take this as a feature request :)
The text was updated successfully, but these errors were encountered: