• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Method Remove

Remove(JsonValue)

Removes JSONValue item from array

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

item to be removed

Returns
Type Description
System.Boolean

True if item exists and is removed successfully

Implements
IJsonArray.Remove(JsonValue)

Remove(JsonValueBase)

Removes JsonValueBase item from array

Declaration
public bool Remove(JsonValueBase item)
Parameters
Type Name Description
JsonValueBase item

item to be removed

Returns
Type Description
System.Boolean

True if item exists and is removed successfully

Back to top Copyright © 2017 Alachisoft