map-array
Key-value array converter
Converts key-value pairs of an object into a sorted array of key-value pairs
Map object keys and values into an array.
4 stars
2 watching
0 forks
Language: JavaScript
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
johnwquarles/mirrarray | Creates an object mapping input values to their string representations as keys. | 5 |
landau/zipmap | Function to create an associative map from key-value pairs or arrays of objects/pairs. | 4 |
eush77/object-pairs | Transforms an object into a list of key-value pairs | 2 |
flesler/hashmap | A JavaScript class implementation of a key-value map data structure | 382 |
okeuday/keys1value | Provides an interface to Erlang data structures allowing for associative mapping of keys with lists and single values | 1 |
mljs/array | Functional utilities to transform and compute stats on arrays | 16 |
ljharb/object-keys | Provides a shim for accessing object keys in JavaScript environments where Object.keys is not available. | 45 |
watson/flatten-obj | Converts deeply nested object literals to simple key/value objects | 21 |
mapbox/vt2geojson | Converts vector tiles to GeoJSON format | 134 |
jbro-io/parse-angular | Utilities for working with Parse.com data in AngularJS applications | 32 |
jonschlinkert/array-last | Returns the last element(s) in an array | 35 |
arthur-e/wicket | A library for converting between Well-Known Text and various client-side mapping geometries. | 586 |
keycloak/keycloak-nodejs-connect | A Node.js adapter that simplifies authentication and authorization for modern web applications using an identity and access management solution. | 682 |
ryanaghdam/has-key-deep | A utility function to search nested objects for specific key paths or arrays of keys | 1 |
syntax-tree/unist-util-map | Utility to create a new tree by mapping all nodes with a given function | 35 |