Having trouble keeping track of what is what in your Pro Config .json? Is it growing out of control & hard to manage?
I've seen several different approaches to configuring an efficient workspace for writing .json, & I tried a few before I landed on this.
Here's my workspace of preference:
Working in VS Code with the aptly titled JSON Extension allows really helpful ways to view your data & grasp large projects. (See attached image.) There is a collapsible view of all your data, making it easy to jump to the right spot, or "zoom out" & visualize things in a better way. Try it out if you haven't found a nice home for your work yet.
Bonus tips:
-
JSON Crack is also a popular way to work with these files, & there's a JSON Crack Extension for VS Code as well! Might hit a paywall with that one though, depending on how much you want out of it...
-
If you want to open source your work (which I plan on doing), you can publish to git repos directly within VS Code, if that suits you!
-
Make sure you turn on all them rainbow bracket thingies to really make it easy to read as well!
Cheers! 