pub fn extract_json_path_string(value: &Value, path: &str) -> Option<String>
Extract a string value from a JSON document using a simple path expression. Supports dot-notation paths like “$.data[-1].id” or “$.nextRecordsUrl”.