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}
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}