Universeorange.com/Docs/
{json.select(String $url, String $select=null)}
Returns a selection of a json file.
{
"select" : {
"this" : {
...
}
}
{json.select('example.json', 'select.this')}
Will select the content of select child this.
Returns mixed. if parameter
selectisnullall data of the json is returned, else the part selected is returned, which can beanytype includingnull.
Last modified: 2021-06-06
© 2021 universeorange.com