convert nulls for bool and int in JSOn reader; update stress tests

This commit is contained in:
2013-11-03 18:27:35 +01:00
parent 088f6a4e0e
commit 396cf69a40
6 changed files with 10043 additions and 1000005 deletions
+2 -1
View File
@@ -168,7 +168,8 @@ namespace PocketSharp
Converters =
{
new BoolConverter(),
new UnixDateTimeConverter()
new UnixDateTimeConverter(),
new NullableIntConverter()
}
}
);