mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 13:15:07 +00:00
Fixing SimplSharp build
This commit is contained in:
@@ -241,7 +241,7 @@ namespace ICD.Common.Utils.Extensions
|
|||||||
|
|
||||||
while (reader.TokenType != JsonToken.EndObject)
|
while (reader.TokenType != JsonToken.EndObject)
|
||||||
{
|
{
|
||||||
TKey key = (TKey)Convert.ChangeType(reader.Value, typeof(TKey));
|
TKey key = (TKey)Convert.ChangeType(reader.Value, typeof(TKey), null);
|
||||||
|
|
||||||
// Step into the value
|
// Step into the value
|
||||||
reader.Read();
|
reader.Read();
|
||||||
|
|||||||
Reference in New Issue
Block a user