pub fn read_json_or_empty(path: &Path) -> Result<Value>
Read a JSON document from disk; missing files yield an empty object.