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:
- Function
read_json shows up as external, but it only works as internal: jsontools:::read_json.
- In order to read a json file as json not as an R object (list or data.frame), I use readLines, but I wish package
jsontools had a proper function for that.
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:
read_jsonshows up as external, but it only works as internal:jsontools:::read_json.jsontoolshad a proper function for that.