object-pairs
Key-value transformer
Transforms an object into a list of key-value pairs
Object -> [[key0, value0], [key1, value1]...]
2 stars
2 watching
0 forks
Language: JavaScript
last commit: over 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
parro-it/map-array | Converts key-value pairs of an object into a sorted array of key-value pairs | 4 |
ljharb/object-keys | Provides a shim for accessing object keys in JavaScript environments where Object.keys is not available. | 45 |
r17x/jasat | A tool for automating transformations and modifications to JavaScript code. | 2 |
dhruvdutt/es5-function-to-class-codemod | Transforms ES5 functions to ES6 classes in JavaScript code | 32 |
gabesoft/trans | A library that enables easy transformation of complex JSON objects by specifying composite field names and chaining multiple transformation methods. | 179 |
alexshevch/node-merge-objects | Merges two objects into one, concatenating arrays of equal keys | 2 |
joelvh/json2json | Transforms JSON structures from one format to another using template rules. | 191 |
ember-codemods/es5-getter-ember-codemod | Automatically converts usage of get and getProperties to traditional object dot notation | 34 |
leo-buneev/eslint-plugin-sort-keys-fix | A tool to automatically fix objects in JavaScript code with sorted keys | 97 |
watson/flatten-obj | Converts deeply nested object literals to simple key/value objects | 21 |
remcohaszing/estree-util-value-to-estree | Converts JavaScript values to ESTree expressions | 24 |
johnwquarles/mirrarray | Creates an object mapping input values to their string representations as keys. | 5 |
es-shims/object-is | A shim for comparing values in JavaScript | 25 |
ktsn/svelte-jest | Transforms Svelte components for integration with Jest testing framework | 36 |
iolivernguyen/ujson | Transforms unstructured JSON data into a format suitable for use with JavaScript | 76 |