1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-19 04:13:02 +00:00

Added nullable int converter for System.Text.Json

This commit is contained in:
JKorf
2024-06-25 20:52:35 +02:00
parent 1ab85d4c26
commit 25567ea434
2 changed files with 41 additions and 0 deletions
@@ -21,6 +21,7 @@ namespace CryptoExchange.Net.Converters.SystemTextJson
new EnumConverter(),
new BoolConverter(),
new DecimalConverter(),
new IntConverter()
}
};
}