Convert parsed JSON data (list) into a nested tibble.
Converts vectors into columns and converts data frames
into list columns. Tibblefies data.drames and produces
a tibble whose columns represent the top most elements
of the list.
blg_tibblefy(x)
Arguments
x
A list of vectors and data.frames (from parsed JSON).