Icon ReadBoolean Method

function ReadBoolean: Boolean

Available In: Client and Server Applications

Use this method to read a boolean value. If the current token in the incoming JSON string is not a valid JSON boolean literal (true, false), an exception will be raised.
Image