Add flattenObject, unflattenObject

Tagged and tested. Quite complex methods btw.
This commit is contained in:
Angelos Chalaris
2018-02-07 11:30:18 +02:00
parent 534820e6f3
commit 3425d1f6f8
8 changed files with 1023 additions and 893 deletions

View File

@ -65,6 +65,7 @@ findLast:array
findLastIndex:array,function
findLastKey:object,function
flatten:array
flattenObject:object,recursion
flip:adapter,function
forEachRight:array,function
formatDuration:date,math,string,utility
@ -251,6 +252,7 @@ truncateString:string
truthCheckCollection:object,logic,array
unary:adapter,function
unescapeHTML:string,browser
unflattenObject:object,advanced
unfold:function,array
union:array,math
unionBy:array,function