My object is in this form:
const objectName = {
 "Name": "XYz"
 "Roll": "34"
 "badgeNo": undefined
 "fatherName": "abc"
 "motherName": null
 }
want to sort the object by value of this key-value object
My object is in this form:
const objectName = {
 "Name": "XYz"
 "Roll": "34"
 "badgeNo": undefined
 "fatherName": "abc"
 "motherName": null
 }
want to sort the object by value of this key-value object