View source: R/scraping-parsing.R
get_field_values | R Documentation |
This function fetches the value of fields in a nested json, no matter on which level. Based on the very popular js, JSON command line processor https://stedolan.github.io/jq/
get_field_values(input, input_type = "url", jq_syntax)
input |
the json url |
input_type |
|
jq_syntax |
jq filter (test here https://jqplay.org/) |
## Not run: "https://lobid.org/resources/search?q=isbn:3596237785&format=json" %>% get_field_values("gndIdentifier") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.