mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-07-09 07:28:48 +00:00
Compare commits
No commits in common. "997e71f3b79bc1a72409f28b6dee1608d9a9c9c1" and "c10671768d46c3343d43e1737f2b32eb057256a5" have entirely different histories.
997e71f3b7
...
c10671768d
@ -28,9 +28,6 @@ namespace CryptoExchange.Net.Converters
|
||||
/// <inheritdoc />
|
||||
public override object? ReadJson(JsonReader reader, Type objectType, object? existingValue, JsonSerializer serializer)
|
||||
{
|
||||
if (reader.TokenType == JsonToken.Null)
|
||||
return null;
|
||||
|
||||
if (objectType == typeof(JToken))
|
||||
return JToken.Load(reader);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user