zipmap
Mapper
Function to create an associative map from key-value pairs or arrays of objects/pairs.
Returns a map with the keys mapped to the corresponding vals.
4 stars
3 watching
1 forks
Language: JavaScript
last commit: 11 months 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 |
johnwquarles/mirrarray | Creates an object mapping input values to their string representations as keys. | 5 |
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 |
jonnyreeves/as3-vanilla | A lightweight library for extracting strongly typed objects from dynamic data without requiring manual parsing or marshalling code. | 81 |
krzysztofzablocki/propertymapper | Simplifies data parsing in Objective-C iOS apps by providing a self-contained and minimalistic solution for mapping between received data and native objects. | 1,125 |
emeeks/d3-carto-map | A mapping API that enables the creation of layer-based maps using D3's geospatial functionality | 277 |
simplegeo/polymaps | A JavaScript library for creating dynamic and interactive maps in modern web browsers. | 1,602 |
retraigo/bettermap | An extension of the Map class with Array-like features | 15 |
andygup/ionic2-esri-map | A prototype app demonstrating how to use Ionic with the ArcGIS API for JavaScript | 20 |
syntax-tree/unist-util-map | Utility to create a new tree by mapping all nodes with a given function | 35 |
wasappli/wamapping | A library to map JSON data to iOS objects and vice versa efficiently | 8 |
cuyz/valinor | A PHP library that helps create strongly-typed value objects from raw input data | 1,317 |
cweiske/jsonmapper | Maps JSON data onto PHP classes, converting them into nested objects and arrays | 1,564 |
sindresorhus/p-props | A utility for running multiple promises concurrently and mapping values to fulfill them | 193 |