api / tv.twelvetone.json / JsonHandler / endBoolean

endBoolean

open fun endBoolean(value: Boolean): Unit

Indicates the end of a boolean literal (true or false) in the JSON input. This method will be called after reading the last character of the literal.

Parameters

value - the parsed boolean value