Unlike any other .NET sub-framework, Silverlight has built capabilities to work with JSON. In this article, I am focusing on JsonObject, a class that can help the developer work with JSON content.Here is my sample JSON data representation: { "parts" : {"part" : [{ "name" : "Mainboard" },{ "name" : "Keyboard" },{ "name" : "CPU" },{ "name"" : "FAN" } ] }}Nothing complicated to this point. Now, I
Tidak ada komentar:
Posting Komentar