Universeorange.com/Docs/

R3m/framework Function reference json.select

{json.select(String $url, String $select=null)}

Returns a selection of a json file.

Example

{
    "select" : {
        "this" : {
            ...
        }
    }

{json.select('example.json', 'select.this')}

Will select the content of select child this.

Returns mixed. if parameter select is null all data of the json is returned, else the part selected is returned, which can be any type including null.

Last modified: 2021-06-07

© 2021 universeorange.com