currentPropertyName

currentPropertyName(key: StringUtf8 output): Boolean;

If the iterator points to a valid JSON property, the currentPropertyName method of the JadeJsonObjectIterator class sets the key parameter to the value of that JSON property name and returns true. If no current property is available, the key parameter is uninitialized and the method returns false.

2022.0.04 and higher