How to get my desired JSON data using Javascript?
This my JSON data:
{“__location”: “Living Room”, “KKKKKMB”: -53, “KKKKKMB1”: -57, “michaelliansm@unifi_1”: -80, “michaelliansm@unifi_1”: -82, “michaelliansm@unifi_1”: -76, “maxis airties”: -85}
{“__location”: “Living Room”, “KKKKKMB”: -38, “WFlai71”: -86, “KKKKKMB1”: -58, “Tun Cheng@unifi”: -75, “LCPuchong@unifi”: -80, “michaelliansm@unifi_1”: -80, “michaelliansm@unifi_1”: -82, “virus”: -83}
{“__location”: “Living Room”, “KKKKKMB”: -38, “KKKKKMB1”: -66, “Tun Cheng@unifi”: -63, “dlink-guest@unifi”: -89, “LCPuchong@unifi”: -83}
I only want the data for KKKKKMB1 with it’s value behind. For example: {“__location”: “Living Room”, “KKKKKMB”: -38}
I really need help and example to solve it ! TQ