flatten-obj
Object flattener
Converts deeply nested object literals to simple key/value objects
Converts an object literal with deeply nested nodes to a simple key/value object
21 stars
3 watching
4 forks
Language: JavaScript
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
tmcw/geojson-flatten | Flattens complex geometry types in GeoJSON files into simpler ones. | 52 |
jonschlinkert/arr-flatten | Utility function to flatten arrays by recursively iterating over their elements | 60 |
ricardobeat/flatkeys | A utility function to flatten object key hierarchies into a list of strings | 3 |
alexbol99/flatten-js | A JavaScript library for manipulating 2D geometric shapes and performing spatial queries | 561 |
sindresorhus/filter-obj | Filters keys and values in an object based on specified conditions | 100 |
parro-it/map-array | Converts key-value pairs of an object into a sorted array of key-value pairs | 4 |
ungap/import-node | A polyfill for importing nodes in legacy browsers. | 7 |
substantial/updeep | Makes updating deeply nested objects and arrays in an immutable manner | 1,188 |
purescript-contrib/purescript-matryoshka | Provides generalized folds, unfolds, and traversals for fixed point data structures | 59 |
nascherman/opentype-geometry | Converts OpenType font data to a Three.js geometry format for rendering as 3D text or shapes. | 5 |
marianoguerra/json.human.js | Converts JSON objects into human-readable HTML representations. | 976 |
inspect-js/node-deep-equal | A Node.js module implementing the algorithm for comparing two objects for equality | 778 |
ember-polyfills/ember-fn-helper-polyfill | A polyfill to ensure JavaScript functions have access to template arguments when passed to components or other helpers. | 6 |
eush77/object-pairs | Transforms an object into a list of key-value pairs | 2 |
mapbox/geojson-normalize | Converts any GeoJSON object into a standard FeatureCollection format | 33 |