setBoolean ========== :doc:`/types/JSON/Node/index`::setBoolean Sets the value of a Boolean Node. Declaration ----------- .. code-block:: cpp void setBoolean(bool boolean); Parameters ---------- .. list-table:: :width: 100% :header-rows: 1 :class: code-table * - Name - Type - Description * - boolean - bool - The value to set for the :doc:`/types/JSON/Node/index`. Returns ------- None. Notes ----- This function can only be called on a :doc:`/types/JSON/Node/index` with the Boolean :doc:`/types/JSON/Type/index`.