Printer Friendly Version      Send     
Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
Silverlight
JsonObject Class
.NET Framework Class Library for Silverlight
JsonObject Class
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

A JsonObject is an unordered collection of zero or more key/value pairs.

Namespace:  System.Json
Assembly:  System.Json (in System.Json.dll)

Visual Basic (Declaration)
Public Class JsonObject _
    Inherits JsonValue _
    Implements IDictionary(Of String, JsonValue),  _
    ICollection(Of KeyValuePair(Of String, JsonValue)), IEnumerable(Of KeyValuePair(Of String, JsonValue)),  _
    IEnumerable
Visual Basic (Usage)
Dim instance As JsonObject
C#
public class JsonObject : JsonValue, IDictionary<string, JsonValue>, 
    ICollection<KeyValuePair<string, JsonValue>>, IEnumerable<KeyValuePair<string, JsonValue>>, 
    IEnumerable
Visual C++
public ref class JsonObject : public JsonValue, 
    IDictionary<String^, JsonValue^>, ICollection<KeyValuePair<String^, JsonValue^>>, 
    IEnumerable<KeyValuePair<String^, JsonValue^>>, IEnumerable
JScript
public class JsonObject extends JsonValue implements IDictionary<String, JsonValue>, ICollection<KeyValuePair<String, JsonValue>>, IEnumerable<KeyValuePair<String, JsonValue>>, IEnumerable

A JsonObject is an unordered collection of zero or more key/value pairs, where each key is a String and each value is a JsonValue, which can be a JsonPrimitive, a JsonArray, or a JsonObject.

System..::.Object
  System.Json..::.JsonValue
    System.Json..::.JsonObject
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker