DEV Community

Discussion on: Best JSON editor/viewer

Collapse
 
boywithsilverwings profile image
Agney Menon

I have build myself a JSON editor at jsoncrew.agney.dev/. It is based on Monaco Editor and can view, edit, format and validate JSON with different schemas. If you want newer features or processing for JSON, it also comes with support for extensions (transforming json using javascript, automatically generating types, or the tree based viewer are some things available now)

It does not show ads thanks to the awesome hosting service by Netlify and it's completely open source