[This is preliminary documentation and is subject to change.]
The JSONDynamicObject type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | JSONDynamicObject(IJSONDataObject) | Initializes a new instance of the JSONDynamicObject class |
![]() | JSONDynamicObject(JSONDynamicObjectKind, Boolean) |
Creates a dynamic wrapper around existing array or map. Optionally specifies map key case sensitivity
|
Methods
Name | Description | |
---|---|---|
![]() | ![]() | Determines whether the specified object is equal to the current object. (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | GetDynamicMemberNames | (Overrides ![]() |
![]() | ![]() | Serves as the default hash function. (Inherited from ![]() |
![]() | ![]() | Provides a (Inherited from ![]() ![]() ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
![]() | ![]() | Provides implementation for binary operations. Classes derived from the (Inherited from ![]() ![]() |
![]() | TryConvert | (Overrides ![]() |
![]() | ![]() | Provides the implementation for operations that initialize a new instance of a dynamic object. This method is not intended for use in C# or Visual Basic. (Inherited from ![]() |
![]() | ![]() | Provides the implementation for operations that delete an object by index. This method is not intended for use in C# or Visual Basic. (Inherited from ![]() |
![]() | ![]() | Provides the implementation for operations that delete an object member. This method is not intended for use in C# or Visual Basic. (Inherited from ![]() |
![]() | TryGetIndex | (Overrides ![]() |
![]() | TryGetMember | (Overrides ![]() |
![]() | ![]() | Provides the implementation for operations that invoke an object. Classes derived from the (Inherited from ![]() ![]() |
![]() | TryInvokeMember | (Overrides ![]() |
![]() | TrySetIndex | (Overrides ![]() |
![]() | TrySetMember | (Overrides ![]() |
![]() | ![]() | Provides implementation for unary operations. Classes derived from the (Inherited from ![]() ![]() |
Extension Methods
Properties
Name | Description | |
---|---|---|
![]() | Data |
Returns the underlying JSON data
|
![]() | Kind |
See Also