Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
Silverlight
Silverlight 2
JsonObject Class

  Switch on low bandwidth view
.NET Framework Class Library for Silverlight
JsonObject Class

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

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.

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker