Closed ionut-gheorghe closed 2 years ago
Nice option to have. Will try to implement it. Thanks 😊
On Mon, Jan 10, 2022, 10:12 PM ionut-gheorghe @.***> wrote:
Option to ignore arrays on deep sort
— Reply to this email directly, view it on GitHub https://github.com/R35007/sort-json-vscode-extension/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFREITB6DM7N6HYYJYGVFWDUVMEAFANCNFSM5LUDW4YA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you are subscribed to this thread.Message ID: @.***>
sort-json.settings.ignoreArraysOnDeepSort
- If set to true, It ignores Arrays on deep sort. Still sorts the object inside the array. sort-json.settings.ignoreObjectsOnDeepSort
- If set to true, It ignores Objects on deep sort.The above feature is added to the version 8.0.0. Please take a look :)
Option to ignore arrays on deep sort