Skip to content

pleionele/unflattenObject-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This kata is to provide a way to unflatten an array of items: Input: { "b": 3, "b.d.c": 13 }

Output: { b: 3 , b: { d: { c: 13 } } }

About

Kata to unflatten javascript object

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published