jsontools icon indicating copy to clipboard operation
jsontools copied to clipboard

Helpers to work with JSON in R

Results 16 jsontools issues
Sort by recently updated
recently updated
newest added

Prepare for release: * [x] `git pull` * [ ] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_jsontools.html) * [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [x] `urlchecker::url_check()` * [x] `devtools::build_readme()` * [x] `devtools::check(remote = TRUE,...

First of all, I want to congratulate and thank you for this package. I have been using to extract and modify (mutate) json values very successfully. I have two issues:...

Add `dbplyr` like translations. 1. Make it work for `tbl_lazy` * `json_unnest_longer()` and `json_unnest_wider()` have to be made generics and need to add methods for lazy tables * `json_extract()` etc....

Are there scenarios when one might encounter empty strings `""` when dealing with JSON? If yes, then how should they be handled? Currently, functions error as is seen as invalid...

help wanted

in `json_flatten()` it makes sense to drop `NA`, json nulls, empty arrays and nulls in arrays as one cannot know where they came from -> they are useless. * should...

help wanted

Might make sense in these functions * `json_wrap_scalars()` * `json_keys()` * `json_flatten()` * `json_array_length()` * `json_array_types()` * `json_unnest_wider()` * `json_unnest_longer()` When there is `path` one needs * `default` when element...