I made this plugin so it could simplify converting JSON more user-friendly without having to run JSONDecode() in the command bar/when testing your game in Roblox Studio.
I’d recommend attaching a screenshot of the output too, because I’ve looked at your source code, and it looks like you’re pretty-printing it, which is really nice, whereas just using JSONDecode would output a single line.
I could’ve done with this plugin a couple of days ago when I was adding a copy of the catalogue to my game via the JSON API. I ended up using inspect and injecting the output of that into a module source.