Can anyone recommend me a good JSON editor?

I’ve tried downloading some programs from the internet, but had no luck. Like, I want tô be able to read the JSON a little more easily, with a easier to read writing…

What JSON are you trying to read exactly? A normal code editor, such as sublime or notepad++ will do the job just fine.

I’m trying to mess with the scenes of a game… Notepad ++ puts everything on a single giant linear, there’s no way I can read that

Try running it through http://jsonlint.com first. That should ‘prettify’ it for you.

What have you tried? Here are few editors:
http://sourceforge.net/projects/nppjsonviewer/ (plugin for Notepad++)
http://tomeko.net/software/JSONedit/ (standalone editor)
There is also plugin for Eclipse and Visual Studio Code (code.visualstudio.com).

This tool is useful: JSON Formatter https://jsonformatter-online.com