Function parse_large_file

Source
pub fn parse_large_file<P: AsRef<Path>>(path: P) -> Result<Option<Value>>
Expand description

Parse large files with streaming support to reduce memory usage Returns None if file is too large (>100MB) and should use streaming diff