I am just wondering how can i get the property names from a js object. for example, in this case, how can i get "Athlete", "muscle-soreness" and "sleep-quality" ?
{
    "athlete": [
        "Jamie Anderson"
    ],
    "muscle-soreness": [
        "5"
    ],
    "sleep-quality": [
        "5"
    ]
}
 
     
     
     
    