Aesthetic problem with JSON line order and indentation when using Powershell
I am using Powershell to edit a json-file. The indentation in the edited file looks weird and the lines are not in the order I want them to be. I have used this code to edit my json-file: $appSettings =…