1.2.2 • Published 2 years ago
yaje v1.2.2
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