use cases?
@cboettig use cases might help think about the pkg API
- parsing: there are a number of APIs that I work with that I just parse with
jsonlite, what is best practice for providing better interface to the data than simply parsing to a list/data.frame
geojson in json-ld - there's folks working on a spec/ruleset for geojson with json-ld https://github.com/geojson/geojson-ld
This might be useful for htmtools and htmlwidget dependencies https://github.com/rstudio/htmltools/issues/13. cc @bhaskarvk
There used to be a package called RJSONLD by @JDureau that converts statistical models to json-ld or so.
rOpenSci repository will probably be an use case. Cf https://ropensci.github.io/codemetar/articles/D-codemeta-parsing.html that I'm more or less reproducing. Btw jsonld_frame is extremely slow for use on the big codemeta I've created. 🤔