Namespace Alachisoft.NCache.Runtime.JSON
Classes
JsonArray
This class represents JArray in JSON standards.
JsonConstants
Utility class for JSON.
JsonNull
Represents Null value in JSON standards.
JsonObject
Class represents JObject in JSON standards.
JsonValue
Maps values other than the 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 the server.
Interfaces
IJsonArray
Interface that is used for the custom implementation of JSON Array type to be used in NCache.
IJSONDocument
This interface provides implementation for the JsonDocument class to examine the structural content of a JSON value.
IJsonObject
Interface that is used for the custom implementation of the JSON Object type to be used in NCache.
IJsonValue
This interface encapsulates a JSON value.