pub fn write_json_file_with_lock<T: Serialize>( path: impl AsRef<Path>, data: &T, ) -> Result<(), JsonError>