yaje
v1.2.2
Published
yet another json editor
Downloads
12
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 yaje
Example
see example
Setup
Install the dependencies:
bun install
Get Started
Start the dev server:
bun run dev
Build the app for production:
bun run build