next
next(value: Any output): Boolean;
The next method of the JadeJsonObjectIterator class advances the iterator to the next JSON property in the sequence and retrieves the value of that property. If a next JSON property is available, its value is assigned to the output value parameter and the method returns true. If no next JSON property is available, the method returns false.
2022.0.04 and higher