colearendt / tidyjson

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

create spread_all to automatically spread all keys #56

Closed jeremystan closed 8 years ago

jeremystan commented 8 years ago

Should work like:

'{"a": 1, "b": "x", "c": true}' %>% spread_all_values