Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/Newtonsoft.Json.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamesNK <james@newtonking.com>2011-05-02 15:53:16 +0400
committerJamesNK <james@newtonking.com>2011-05-02 15:53:16 +0400
commit1197d35cbb78d2b43fcf63b54c1e474a535f1758 (patch)
tree48f827497002c47c45ad4cc259d23b4130ef1b2e
parente04432b7e7cd2284d866a8df8edc9ac6d73be6cc (diff)
-Herp derp
-rw-r--r--Src/Newtonsoft.Json/Serialization/JsonSerializerInternalReader.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/Newtonsoft.Json/Serialization/JsonSerializerInternalReader.cs b/Src/Newtonsoft.Json/Serialization/JsonSerializerInternalReader.cs
index 35e4705..a94da64 100644
--- a/Src/Newtonsoft.Json/Serialization/JsonSerializerInternalReader.cs
+++ b/Src/Newtonsoft.Json/Serialization/JsonSerializerInternalReader.cs
@@ -938,6 +938,8 @@ namespace Newtonsoft.Json.Serialization
reader.Skip();
}
break;
+ case JsonToken.Comment:
+ break;
case JsonToken.EndObject:
exit = true;
break;