json

Returns a List, or a Dict, corresponding to the decoded json found. If no json found, then the function returns None.
join($data , var = None ) : List | Dict
$data.join( var = None ) : List | Dict
Parameters
$data String
var String

If defined, then only the json attributed to that specific variable is returned.

Examples

How to extract a Json from HTML