Class JsonObject
JsonObject class for encapsulating generic object types. We use this to hide internal Json implementation details.
Inherited Members
Namespace: Unity.Services.Ccd.Client.Http
Assembly: solution.dll
Syntax
[Preserve]
public class JsonObject
Methods
Name | Description |
---|---|
GetAsString() | Returns the internal object as a string. |
GetAs<T>(DeserializationSettings) | Returns the object as a defined type. |