I'm looking for an editor online where I, and others, can create JSON files online, as visually aiding as possible, the other members are not very familiar with coding and JSON files.
It's important that the JSON can be saved and later edited and also accessed directly as text/JSON as an API call.
I can also be a desktop app, but for Mac then.
Could look into getpostman.com if you're making API calls as well. I'm pretty sure you can save and share API calls/json.
I don't know a tool designed for this. But you can use Firebase. Even though it's a JSON database, I think it's well suited for your needs
Matt Strom
Software Engineer, TypeScript ninja
Postman is a great tool, like @Hipkiss mentioned.
Also, while this suggestion may not be exactly what you are looking for, I'll mention it anyway. I recently found this app named Quicktype that I think will be very useful for me. It's standout feature is that it can take in a JSON object and derive a JSON Schema or various other type definitions for that object. It can also generate code for validating the object in various languages.