pub fn parse_large_file<P: AsRef<Path>>(path: P) -> Result<Option<Value>>
Parse large files with streaming support to reduce memory usage Returns None if file is too large (>100MB) and should use streaming diff