initial checkin. New assembly in Silverlight 2.0 beta 2.
authorAtsushi Eno <atsushieno@gmail.com>
Tue, 10 Jun 2008 16:49:49 +0000 (16:49 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Tue, 10 Jun 2008 16:49:49 +0000 (16:49 -0000)
commit66ecab0058cbf5c8aaa1c9ca89da52752d465eb4
tree72a2945bbf138911644b6fdfa90e78b39b6f76b0
parent02f6b480d35c3bbaec9bf0f7dd39aad91aa1b53c
initial checkin. New assembly in Silverlight 2.0 beta 2.

svn path=/trunk/mcs/; revision=105468
13 files changed:
mcs/class/System.Json/Assembly/AssemblyInfo.cs [new file with mode: 0755]
mcs/class/System.Json/Assembly/ChangeLog [new file with mode: 0755]
mcs/class/System.Json/ChangeLog [new file with mode: 0644]
mcs/class/System.Json/Makefile [new file with mode: 0644]
mcs/class/System.Json/System.Json.dll.sources [new file with mode: 0644]
mcs/class/System.Json/System.Json/ChangeLog [new file with mode: 0644]
mcs/class/System.Json/System.Json/JsonArray.cs [new file with mode: 0644]
mcs/class/System.Json/System.Json/JsonObject.cs [new file with mode: 0644]
mcs/class/System.Json/System.Json/JsonPrimitive.cs [new file with mode: 0644]
mcs/class/System.Json/System.Json/JsonReader.cs [new file with mode: 0644]
mcs/class/System.Json/System.Json/JsonType.cs [new file with mode: 0644]
mcs/class/System.Json/System.Json/JsonValue.cs [new file with mode: 0644]
mcs/class/System.Json/System.Json/MergedEnumerable.cs [new file with mode: 0644]