Any way of editing JSON scripts easily?

I have to fork installers to make small modifications because the JSON is so messed. I tried making changes but the lutris -i command says “no such file”

Maybe we can downaload better formatted JSON files since it’s made for editing for a human, makes no sense the jumbo that we get now.

TY for reading

For minified JSON (of which I approve - whitespace is wasted bytes), I use the Atom editor with pretty-json plugin. Firefox developer edition makes it more readable by default, and plugins are also available.

I’ll try Atom, TY