mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 03:57:32 +00:00
Fixing SimplSharp build
This commit is contained in:
parent
220f746d21
commit
e308259a44
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ namespace ICD.Common.Utils.Extensions
|
|||
|
||||
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
|
||||
reader.Read();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue