fix json converter bug

This commit is contained in:
2014-05-27 00:38:48 +02:00
parent d141c7b255
commit 366908a070
+4
View File
@@ -144,6 +144,10 @@ namespace PocketSharp
{
return null;
}
else if (reader.TokenType == JsonToken.String)
{
return null;
}
try
{