add comment

This commit is contained in:
ousttrue
2019-02-13 08:29:09 +09:00
parent eef5ff60c8
commit 7c0a3fe5b7

View File

@@ -189,6 +189,7 @@ namespace UniJSON
new Dictionary<string, object>{
} } }, "{\"a\":{}}");
// fix dictionary member deserialization
DeserializeValue(new DictionaryValue(), "{\"Dict\": {}}");
}
#endregion