colearendt / tidyjson

Tidy your JSON data in R with tidyjson
Other
182 stars 14 forks source link

Fix bind rows #124

Closed colearendt closed 4 years ago

colearendt commented 4 years ago

This change switches from using an attr() for storing the JSON object to using a hidden column ..JSON that gets dropped on turning the dataset into a tibble...

That behavior (dropping the column) could be evaluated, but would probably be considered a breaking change.