JsonUtility Class

.NET Framework 4.5

Helper class for common JSON operations.

System::Object
  Microsoft.AspNet.SignalR.Json::JsonUtility

Namespace:  Microsoft.AspNet.SignalR.Json
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public ref class JsonUtility abstract sealed

The JsonUtility type exposes the following members.

  NameDescription
Public propertyStatic memberJavaScriptMimeTypeGets the MIME type for the Javascript.
Public propertyStatic memberJsonMimeTypeGets the MIME type of this JSON utility.
Top

  NameDescription
Public methodStatic memberCamelCaseConverts the specified name to a camel case.
Public methodStatic memberCreateDefaultSerializerCreates a JsonSerializer instance with the default setting.
Public methodStatic memberCreateDefaultSerializerSettingsCreates a default JsonSerializerSettings instance.
Public methodStatic memberCreateJsonpCallbackCreates a JSONP callback.
Top

No content here will be updated; please do not add material here.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: