Looking for a Side-by-Side JSON Editor Like a File Explorer

0
12
Asked By MellowPeach42 On

I'm in search of a JSON editor that mimics a file explorer layout, where objects are shown as folders and properties as files. This would allow me to easily drag and drop properties and objects into one another. My goal is to efficiently nest objects, so I need two editors displayed side by side for seamless drag-and-drop functionality. Does anyone know of such an editor?

3 Answers

Answered By TechWhiz89 On

You might want to look into using jq; it's a powerful tool for handling JSON. Though I get that you want to see everything laid out clearly for easier management.

Answered By CuriousBard7 On

Have you thought about re-evaluating why you're manually editing extensive JSON files? It might be worth considering if you can transition to a different system. If you're open to suggestions, moving to something like MongoDB could simplify your process significantly.

Answered By MusicTracker99 On

Just to clarify, my project is about categorizing my YouTube music playlist. I categorize by language, but a lot of videos don’t have the audio language parameter specified. I need to manually sort them before my tool can download and organize the songs into folders.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.