2010-02-18 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Thu, 18 Feb 2010 04:43:03 +0000 (04:43 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Thu, 18 Feb 2010 04:43:03 +0000 (04:43 -0000)
commit20ede70ef00e2973495c0bfa765a0f59dd2afdb1
tree997895f750f36aa9efa8af659c0289867cc5116b
parenta94e5b16ab62ca1957999c19b252576fa655e4a1
2010-02-18  Atsushi Enomoto  <atsushi@ximian.com>

* JsonReader.cs : line endings after a value should not result in
  a parse error.
* JsonObject.cs : duplicate object key "SHOULD" not be used, but
  they are not rejected. So, make it a bit sloppy.

svn path=/trunk/mcs/; revision=151953
mcs/class/System.Json/System.Json/ChangeLog
mcs/class/System.Json/System.Json/JsonObject.cs
mcs/class/System.Json/System.Json/JsonReader.cs