pub fn get_value_mut<'a>( string_path: &str, value: &'a mut Value, ) -> Option<&'a mut Value>
returns the value from the JsonValue based on the path: i.e “root.data[0].id”