jsonld icon indicating copy to clipboard operation
jsonld copied to clipboard

use cases?

Open sckott opened this issue 9 years ago • 4 comments

@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

sckott avatar Dec 06 '16 19:12 sckott

geojson in json-ld - there's folks working on a spec/ruleset for geojson with json-ld https://github.com/geojson/geojson-ld

sckott avatar Dec 07 '16 19:12 sckott

This might be useful for htmtools and htmlwidget dependencies https://github.com/rstudio/htmltools/issues/13. cc @bhaskarvk

timelyportfolio avatar Dec 10 '16 18:12 timelyportfolio

There used to be a package called RJSONLD by @JDureau that converts statistical models to json-ld or so.

jeroen avatar Dec 15 '16 12:12 jeroen

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. 🤔

maelle avatar May 07 '18 10:05 maelle