pub fn read_json(path: &Path) -> Result<Value>
Read a JSON file and return it as a generic serde_json::Value.
serde_json::Value
Returns an error if the file can’t be read or contains invalid JSON.