Looking for a good JSON editor

Best Practices

Hi everyone, I'm building a small app that will use static data from a JSON file, along with Firestore to manage some user-specific data. The JSON file is too large to store in the app state but still too small and static (it won’t change after creation) to justify using a full database.

My plan is to host the JSON file externally and access it via an API. However, I'm searching for a good tool to edit and manage this JSON data in a spreadsheet-like format. Ideally, I'd like something similar to Rowy for Firebase but designed for handling a single JSON file.

I also tried SQLite, but it involves too many steps to create new fields, which affects my productivity. For this small project, I’m not looking to subscribe to any service, though I’d be open to a one-time purchase if necessary.

Any recommendations?

2
4 replies