sorted-object
Key reorderer
Creates a consistent ordering of object keys for serialization purposes.
Returns a copy of an object with its keys sorted
35 stars
3 watching
4 forks
Language: JavaScript
last commit: about 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
leo-buneev/eslint-plugin-sort-keys-fix | A tool to automatically fix objects in JavaScript code with sorted keys | 97 |
mapbox/geojson-rewind | Reorders polygon rings in GeoJSON to ensure compliance with the specification | 123 |
dcousens/is-sorted | A small utility module to check if an ordered list of values is in the correct sequence | 23 |
mattreecebentley/plf_indiesort | A sorting algorithm that optimizes performance on non-random access containers and large data types | 19 |
dancouper/natural_sort | A sorting function for natural ordering of strings containing numbers | 14 |
azat-io/eslint-plugin-perfectionist | A plugin for ESLint that enforces consistent sorting of various data in code | 1,932 |
teles/array-mixer | A JavaScript library that allows reordering of arrays based on user-defined aliases and sequences. | 38 |
willkessler/choo-sortable | A library for building sortable code with the choo JavaScript framework | 2 |
sortablejs/jquery-sortablejs | A jQuery plugin for creating sortable lists with drag-and-drop functionality | 203 |
jasonslyvia/react-anything-sortable | A React component that enables sorting of any children with touch support and IE8 compatibility | 460 |
aviate-labs/sorted.mo | A collection of data structures implemented in Motoko to facilitate sorted ordering and insertion. | 4 |
eush77/object-pairs | Transforms an object into a list of key-value pairs | 2 |
angelnikolov/ts-cacheable | An observable/promise caching decorator for class methods returning streams | 340 |
grosser/sort_alphabetical | Adds alphabetical sorting to UTF8 strings by comparing variants of characters at the same level | 68 |
yourbasic/radix | A fast string sorting algorithm implemented in Go. | 192 |