JsonObject Class Home
This page is specific to:Microsoft Version:Silverlight 3
.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)
Syntax

'Usage

Dim instance As JsonObject

'Declaration

Public Class JsonObject _
    Inherits JsonValue _
    Implements IDictionary(Of String, JsonValue),  _
    ICollection(Of KeyValuePair(Of String, JsonValue)), IEnumerable(Of KeyValuePair(Of String, JsonValue)),  _
    IEnumerable
Remarks

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.

Inheritance Hierarchy

System..::.Object
  System.Json..::.JsonValue
    System.Json..::.JsonObject
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

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

See Also

Reference

© 2009 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View