pub fn parse_auth_json(content: &str) -> Result<AuthEntries>Expand description
Parse auth.json from a string. Supports JSONC (JSON with comments and trailing commas).
pub fn parse_auth_json(content: &str) -> Result<AuthEntries>Parse auth.json from a string. Supports JSONC (JSON with comments and trailing commas).