var obj = { "name": "Ankit", "username": "ankit01", "status": "active", "contact": "mail" }; var all_keys = Object.keys(obj);
0 Comments