pub fn from_json(text: &str) -> Result<GitMetadataRecord>Expand description
Parse a <name>.git.json sidecar back into a record — the exact inverse
of to_json.
pub fn from_json(text: &str) -> Result<GitMetadataRecord>Parse a <name>.git.json sidecar back into a record — the exact inverse
of to_json.