JsonUtility Class
.NET Framework 4
Helper class for common JSON operations.
Inheritance Hierarchy
System.Object
Microsoft.AspNet.SignalR.Json.JsonUtility
Namespace: Microsoft.AspNet.SignalR.Json
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public NotInheritable Class JsonUtility
'Usage
public static class JsonUtility
public ref class JsonUtility abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type JsonUtility = class end
public final class JsonUtility
The JsonUtility type exposes the following members.
Properties
Name | Description | |
---|---|---|
JavaScriptMimeType | ||
JsonMimeType |
Top
Methods
Name | Description | |
---|---|---|
CamelCase | Converts the specified name to camel case. | |
CreateJsonpCallback |
Top
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.