Is there a way to unnest wider a JSON file without having to know every aspect of the structure? I've asked and received an answer, but when trying with what I thought would be the same JSON structure I am running into issues.
My dput output is too large for here (I've tried to capture enough of the variability of the lists generated), so I've just put into a google doc that can be found here.
This seems to start the process off...
wide_df <- json_df %>%
map_if(is.data.frame, list) %>%
as.data.frame()
...but I'm stuck how to unnest tagEvents.tagResource
and tagEvents.tagAttributes