If you need to store the loggedIn status of a user in JSON as a boolean, what is the correct syntax?
loggedIn: {true}
"loggedIn": true
loggedIn: "true"
"loggedIn": (true)