• Facebook
  • Twitter
  • Youtube
  • LinedIn
  • RSS
  • Docs
  • Comparisons
  • Blogs
  • Download
  • Contact Us
Download
Show / Hide Table of Contents

Interface IJsonArray

Interface that is used for the custom implementation of JSON Array type to be used in NCache.

Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public interface IJsonArray : ICollection<JsonValueBase>, IEnumerable<JsonValueBase>, IEnumerable

Properties

Item[Int32]

Indexer for the JSON array.

Declaration
JsonValueBase this[int index] { get; set; }
Parameters
Type Name Description
System.Int32 index

Index of the JSON value.

Property Value
Type Description
JsonValueBase

JSON value on that index.

Methods

Add(JsonValue)

Adds item to the JSON Array.

Declaration
void Add(JsonValue item)
Parameters
Type Name Description
JsonValue item

Item to be added.

Contains(JsonValue)

Checks if the item exists in the JSON array.

Declaration
bool Contains(JsonValue item)
Parameters
Type Name Description
JsonValue item

Value to check.

Returns
Type Description
System.Boolean

True, in case array contains the item.

Remove(JsonValue)

Removes item from the JSON Array.

Declaration
bool Remove(JsonValue item)
Parameters
Type Name Description
JsonValue item

Item to be removed.

Returns
Type Description
System.Boolean

True, if removed successfully.

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Community
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
© Copyright Alachisoft 2002 - . All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top