2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / class / System.Json / ChangeLog
blob3782149ab0f95604a46eb0890b6d229e97e1fe11
1 2010-04-01  Miguel de Icaza  <miguel@novell.com>
3         * JsonValue.cs: We need to use Convert.ToXXXX for numbers as we
4         always end up reporting the value JsonType.Number regardless of
5         the underlying storage (int, long or decimal).   The parser
6         picks the best storage suitable for the data, and can end up using
7         "ints" for values that sometimes use longs. 
9         This causes problems when derefercing the data for example, if you
10         have an int and try to get it out as a long you end up with an
11         invalid cast exception.
13 2010-03-10  Atsushi Enomoto  <atsushi@ximian.com>
15         * System.Json.dll.sources : remove JsonReader.cs.
17 2010-03-10  Atsushi Enomoto  <atsushi@ximian.com>
19         * Makefile : reference System.Xml and System.ServiceModel.Web (for
20           moonlight compatibility).
22 2009-08-13  Atsushi Enomoto  <atsushi@ximian.com>
24         * Makefile : update profile check.
26 2008-06-10  Atsushi Enomoto  <atsushi@ximian.com>
28         * System.Json.dll.sources, Makefile : initial checkin.