Description Usage Arguments Details Value Examples
Takes a JSON object as loaded via the
read_json
function and applies
a JSONPath query.
1 |
json |
a JSON object loaded
by |
path |
a JSONPath expression string, see details |
strict |
require JSONPath starts with '$.' |
zero_index |
numeric indices start from 0 rather than 1 |
simplify |
convert simple list results to vectors |
JSONPath is an XPath-like language for querying JSON data, see http://goessner.net/articles/JsonPath/ for details.
a list or vector of JSONPath results
1 2 3 4 5 6 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.