dotize
dotize copied to clipboard
Convert complex js object to dot notation js object
Results
5
dotize issues
Sort by
recently updated
recently updated
newest added
wishlist
12
1. Reverse method for "convert" 2. Custom delimiter symbol eg: **-**,**_** 3. Arrays convert config ( exclude prototypes, map array to index-like object)
enhancement
Closes: #14 Fixes this behavior: dotize.backward({"2": "2"}) => [ null, null, "2" ] // expect { "2" : "2"}
Is this behavior normal? `dotize.backward({"2": "2"}) => [ null, null, "2" ] // expect { "2" : "2"}`