Namespace Alachisoft.NCache.Runtime.JSON
Classes
JsonArray
Class represnts JArray in JSON standards. Inner implementation of IJSONArray
JsonConstants
Utility class for JSON
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
abstract class which acts as the base class for all JSON based types in NCache
PrimaryField
Makes a field or property searchable in DataType's item. If PrimaryField attribute is provided with any Field then only that Field will be Serialized and sent to NCache Server and search operation will only look up for that specific attribute on Server.
Interfaces
IJsonArray
Interface that is used for custom implementation of JSON Array type to be used in NCache
IJSONDocument
IJsonObject
Interface that is used for custom implementation of JSON Object type to be used in NCache