jellyfin/MediaBrowser.Server.Mono/Properties/launchSettings.json
Andrew Rabert 9bac3ac616 Reformat JSON using JQ with sorted keys
cat "$f" | jq -S | sponge "$f"
2018-12-25 12:10:08 -05:00

8 lines
81 B
JSON

{
"profiles": {
"EmbyServer": {
"commandName": "Project"
}
}
}