Class | Description |
---|---|
JsonArray |
Class represnts JArray in JSON standards.
|
JsonNull |
Represents NULL value in JSON standards.
|
JsonObject |
Class represents JObject in JSON standards
|
JsonValue |
Maps values other than JObject and JArray in JSON standards to primitive value types.
|
JsonValueBase |
An abstract class which acts as the base class for all JSON based types in NCache.
|
Enum | Description |
---|---|
JsonDataType |
An enum demonstrating the type of data contained by the Json class.
|
JsonValueType |
An enum demonstrating the manner of containment of data by the Json class.
|