Skip to main content

get_json_path

Function get_json_path 

Source
pub fn get_json_path(json: &Value, path: &str) -> Value
Expand description

Get a value from JSON using a path like "status", "body.name", or "items[0].id".