The body of the do-while loop. This block of code gets executed at least once.
The condition for the do-while loop. After the first execution of the body, the loop continues as long as this condition evaluates to true.
Converts this statement to a JSON representation. This can be useful for serialization, debugging, or analyzing the structure of the code.