3 references to Format
Microsoft.Extensions.Configuration.Json (3)
JsonConfigurationFileParser.cs (3)
35throw new FormatException(SR.Format(SR.Error_InvalidTopLevelJSONElement, doc.RootElement.ValueKind)); 111throw new FormatException(SR.Format(SR.Error_KeyIsDuplicated, key)); 117throw new FormatException(SR.Format(SR.Error_UnsupportedJSONToken, value.ValueKind));