JSONItem.HasName
From Xojo Documentation
![]() |
This item was deprecated in version 2021r1. Please use JSONItem.HasKey as a replacement. |
Method
JSONItem.HasName(Name as String) As Boolean
New in 2011r2
Supported for all project types and targets.
New in 2011r2
Supported for all project types and targets.
Returns True if the named child exists.
Example
The following example calls HasName to check if the passed aName exists.