Releases: sailthru/tidyjson
Releases · sailthru/tidyjson
tidyjson 0.2.2
- Adds a recursive flag to append_values_* and j* functions that allows the user to extract linearly nested values (e.g.,
{"key1": {"key2": "value"}}
)
tidyjson 0.2.1
- Update data examples to be simpler
- Fix issue #40 to resolve CRAN submission warnings and notes
- Readme syntax change
tidyjson 0.2.0
Adds a comprehensive "Introduction to Tidyjson" vignette, and adds examples to help for all tidyjson verbs and clarifies their documentation. First release to be pushed to CRAN for public use. Also allows for direct use of all verbs on JSON character strings without first having to call as.tbl_json
.
tidyjson 0.1.0
First release of initial grammar for testing and feedback.