Login / Sign Up

Boolean (String)

This is a simple boolean - however for data constancy, or parsing reasons may have to be enforced as a string. Standard reads for a true would be 'true', 'TRUE', 'yes', 'YES', '1'

Structure

{
  "homeOwnersEnabled": "true",
  "whatsOnAutoSelectOwners": "false",
  "multiSiteShowDetail": "false",
}