Json.NET - Quick Starts & API Documentation
Remove Method (propertyName)
Namespaces ► Newtonsoft.Json.Linq ► JObject ► Remove(String)
Removes the property with the specified name.
Declaration Syntax
Parameters
- propertyName (String)
- Name of the property.
Return Value
true if item was successfully removed; otherwise, false.