Format JSON Online logoMobile Menu

JSON Boolean

A logical value that can only be true or false. These literals are not enclosed in quotes.

Booleans are used to represent binary states, such as "isActive": true or "hasPermission": false.

See Also