JsonUtility Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Json
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Helper class for common JSON operations.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The JsonUtility type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | JavaScriptMimeType | Gets the MIME type for the Javascript. |
![]() ![]() | JsonMimeType | Gets the MIME type of this JSON utility. |
| Name | Description | |
|---|---|---|
![]() ![]() | CamelCase | Converts the specified name to a camel case. |
![]() ![]() | CreateDefaultSerializer | Creates a JsonSerializer instance with the default setting. |
![]() ![]() | CreateDefaultSerializerSettings | Creates a default JsonSerializerSettings instance. |
![]() ![]() | CreateJsonpCallback | Creates a JSONP callback. |
Show:
