current

current(value: Any output): Boolean;

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

2022.0.04 and higher