mgirlich/jsontools

Import json as json

Opened this issue · 0 comments

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:

  1. Function read_json shows up as external, but it only works as internal: jsontools:::read_json.
  2. 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.