yaje
v1.2.2
Published
yet another json editor
Maintainers
Readme
Yet Another Json Editor
Features
- Json key and value suggestions
- Auto complete nested object
- Use '@' character to reference a definition in json schema

How to use
Install
bun add yajeExample
see example
Setup
Install the dependencies:
bun installGet Started
Start the dev server:
bun run devBuild the app for production:
bun run build