Boolean and Null in JSON
From the JSON cheat sheet ยท Numbers and Literals ยท verified Aug 2026
Boolean and Null
Represent logical states and missing values.
json
{"enabled":true,"archived":false,"owner":null}๐ true, false, and null are lowercase
๐ null is a value, not a missing property
๐ฏ Define null semantics in API contracts
โ ๏ธ Do not quote booleans unless they are text
booleannullliterals
Continue with JSON
Save the full cheat sheet or work through every related task.