objectfully
Utility for manipulating and normalizing objects based on a templated dot notation
Utility for manipulating and normalizing objects based on a templated dot notation
Map javascript objects by dot notation and other cool stuff
Get an object property, with dot-notation support for deeply nested properties.
Binary search -based indexOf for sorted arrays.
Binary search -based indexOf for sorted arrays.
Find all indexes at which an array element exists, by binary search.
Find the array index of where to add an element to keep it sorted.
Remove all duplicate elements in a sorted array, leaving only uniques.
Sort an array considerably faster than the native Array.prototype.sort as a drop-in replacement. Fork of of the famous timsort module, but this module allows for passing comparator-builder options instead of a comparator function. In short, advanced compa
Create array comparator function.
For a sorted array, add an element. Whichever comparator function was used to sort the array, can be passed. Also supports comparator-builder options. For reference, see: https://github.com/bemoje/bemoje-arr-sort-comparator
A dot notation string to access an Object's properties
Use powerful dot notation (dot path + wildcard) to manipulate properties of JSON
A simple object mapping utility that makes it easy to map data from one object to another. Create object mappers using fluent interface that supports deep references (dot notation), custom transformations, and object merging.
A simple object mapping utility that makes it easy to map data from one object to another. Create object mappers using fluent interface that supports deep references (dot notation), custom transformations, and object merging.
Transform object string dot notation into object reference
Module to flatten objects like a pro, with guarantees to avoid losing data in the process.
Flaster-DB is a database for storing and retrieving data
Convert json object to dot notation