Microsoft.SharePoint.JsonUtilities namespace
SharePoint 2013
Specifies methods used to encode, decode, and process ECMAScript operations involving the grid control.
| Class | Description | |
|---|---|---|
|
JsonIgnore | An attribute to be applied to a data that is not intended to be encoded in JavaScript Object Notation (JSON). |
|
JsonUtility | A class providing static methods to help convert data to JavaScript Object Notation (JSON). |
|
Serializer | Provides support to serialize objects to JavaScript Object Notation (JSON). |
| Interface | Description | |
|---|---|---|
|
IJsonSerializable | Represents an object than can be serialized to JavaScript Object Notation (JSON). |
| Delegate | Description | |
|---|---|---|
|
JsonEncoder | A delegate representing the method to encode an object into JavaScript Object Notation (JSON). |
|
JsonGenerator | A delegate representing a method that encapsulates the JavaScript Object Notation (JSON) generation of a particular entity. |
Show: