Package com.alachisoft.ncache.runtime.JSON
-
Class Summary Class Description JsonArray Class represnts JArray in JSON standards.JsonNull Represents NULL value in JSON standardsJsonObject Class represents JObject in JSON standardsJsonValue 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 Summary 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.