json-get
Function
Gets a value from a JSON object using dot notation path
Syntax
$value = json-get $data "user.name"
get value at literal path
$value = json-get $data $path
get value at variable path
Gets a value from a JSON object using dot notation path
$value = json-get $data "user.name"
get value at literal path
$value = json-get $data $path
get value at variable path