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 10 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Converts key-value pairs of an object into a sorted array of key-value pairs | 4 |
| | Provides a shim for accessing object keys in JavaScript environments where Object.keys is not available. | 45 |
| | A tool for automating transformations and modifications to JavaScript code. | 2 |
| | Transforms ES5 functions to ES6 classes in JavaScript code | 32 |
| | A library that enables easy transformation of complex JSON objects by specifying composite field names and chaining multiple transformation methods. | 179 |
| | Merges two objects into one, concatenating arrays of equal keys | 2 |
| | Transforms JSON structures from one format to another using template rules. | 191 |
| | Automatically converts usage of get and getProperties to traditional object dot notation | 34 |
| | A tool to automatically fix objects in JavaScript code with sorted keys | 97 |
| | Converts deeply nested object literals to simple key/value objects | 21 |
| | Converts JavaScript values to ESTree expressions | 24 |
| | Creates an object mapping input values to their string representations as keys. | 5 |
| | A shim for comparing values in JavaScript | 25 |
| | Transforms Svelte components for integration with Jest testing framework | 36 |
| | Transforms unstructured JSON data into a format suitable for use with JavaScript | 77 |