Microsoft.SharePoint.JsonUtilities namespace

Specifies methods used to encode, decode, and process ECMAScript operations involving the grid control.

Classes

  Class Description
Public class JsonIgnore An attribute to be applied to a data that is not intended to be encoded in JavaScript Object Notation (JSON).
Public class JsonUtility A class providing static methods to help convert data to JavaScript Object Notation (JSON).
Public class Serializer Provides support to serialize objects to JavaScript Object Notation (JSON).

Interfaces

  Interface Description
Public interface IJsonSerializable Represents an object than can be serialized to JavaScript Object Notation (JSON).

Delegates

  Delegate Description
Public delegate JsonEncoder A delegate representing the method to encode an object into JavaScript Object Notation (JSON).
Public delegate JsonGenerator A delegate representing a method that encapsulates the JavaScript Object Notation (JSON) generation of a particular entity.