Autumn in Canberra is my favourite time of year. (Image by the author)

Explode an Array into a deeply nested Object with this simple, recursive function.

Because recursion rules.

--

A very common pattern when ingesting data from an API involves indexing that data within your app so you can read it back without searching.

An example

--

--