internal static void WriteStringList( this Utf8JsonWriter writer, string propertyName, List<string> values )
In This Article