object-pairs

Key-value transformer

Transforms an object into a list of key-value pairs

Object -> [[key0, value0], [key1, value1]...]

GitHub

2 stars
2 watching
0 forks
Language: JavaScript
last commit: over 11 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
parro-it/map-arrayConverts key-value pairs of an object into a sorted array of key-value pairs4
ljharb/object-keysProvides a shim for accessing object keys in JavaScript environments where Object.keys is not available.45
r17x/jasatA tool for automating transformations and modifications to JavaScript code.2
dhruvdutt/es5-function-to-class-codemodTransforms ES5 functions to ES6 classes in JavaScript code32
gabesoft/transA library that enables easy transformation of complex JSON objects by specifying composite field names and chaining multiple transformation methods.179
alexshevch/node-merge-objectsMerges two objects into one, concatenating arrays of equal keys2
joelvh/json2jsonTransforms JSON structures from one format to another using template rules.191
ember-codemods/es5-getter-ember-codemodAutomatically converts usage of get and getProperties to traditional object dot notation34
leo-buneev/eslint-plugin-sort-keys-fixA tool to automatically fix objects in JavaScript code with sorted keys97
watson/flatten-objConverts deeply nested object literals to simple key/value objects21
remcohaszing/estree-util-value-to-estreeConverts JavaScript values to ESTree expressions24
johnwquarles/mirrarrayCreates an object mapping input values to their string representations as keys.5
es-shims/object-isA shim for comparing values in JavaScript25
ktsn/svelte-jestTransforms Svelte components for integration with Jest testing framework36
iolivernguyen/ujsonTransforms unstructured JSON data into a format suitable for use with JavaScript77