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
Public propertyStatic member JavaScriptMimeType
Public propertyStatic member JsonMimeType

Top

Methods

  Name Description
Public methodStatic member CamelCase Converts the specified name to camel case.
Public methodStatic member 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.

See Also

Reference

Microsoft.AspNet.SignalR.Json Namespace