Json – How to unlist to a dataframe while maintaining nested lists as columns
I have a list called "merged". Within each object in the list there are nested lists for "input", "output", and "session". Ultimately I would like to unlist all this into a dataframe that is easy to work. This data comes…