pub fn json_data(json_str: &str) -> Option<JsonData>
First json call that takes a JSON formatted string and converts it to JsonData object that can then be traversed using json_find via the key path.
json_find