**
I am try to getting expected output like this in javascript but every time when i print render with all key and value in sorted form so how i can get this expected output in javascript.**
let obj1 = {"business": false, "economy": true, "first": false, "premium": true}
expected output = { "economy": true, "premium": true,"business": false, "first": false}
expected output = { "economy": true, "premium": true,"business": false, "first": false}