Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 469 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 469 Bytes

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