White space in Json name, how to refer

Hi all,

I have a line of code which works:

    command: "cat python_scripts/gateway.json | jq '.woonruimte' "
    json_attributes:
      - temperature
      - battery
      - desired_temperature
      - valve

Second time around though, the final name has a whitespace in the .Json file and for the life of me I can’t seem to figure out how to correctly get the attributes.

command: "cat python_scripts/gateway.json | jq '.Slaapkamer B' "

Maybe there is also a problem with the capitails?