Skip to content

Commit

Permalink
docs: update the feature list and the screenshots for the vanilla pac…
Browse files Browse the repository at this point in the history
…kage
  • Loading branch information
josdejong committed Dec 12, 2022
1 parent 4bc33e8 commit a92bde7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README-VANILLA.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ This is the vanilla variant of `svelte-jsoneditor`, which can be used in vanilla

![JSONEditor tree mode screenshot](https://raw.githubusercontent.com/josdejong/svelte-jsoneditor/main/misc/jsoneditor_tree_mode_screenshot.png)
![JSONEditor text mode screenshot](https://raw.githubusercontent.com/josdejong/svelte-jsoneditor/main/misc/jsoneditor_text_mode_screenshot.png)
![JSONEditor table mode screenshot](https://raw.githubusercontent.com/josdejong/svelte-jsoneditor/main/misc/jsoneditor_table_mode_screenshot.png)

## Features

- View and edit JSON
- Has a low level text mode and high level tree mode
- Has a low level text editor and high level tree view and table view
- Format (beautify) and compact JSON
- Sort, query, filter, and transform JSON
- Repair JSON
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The library is written with Svelte, but can be used in plain JavaScript too and
## Features

- View and edit JSON
- Has a low level text mode and high level tree and table modes
- Has a low level text editor and high level tree view and table view
- Format (beautify) and compact JSON
- Sort, query, filter, and transform JSON
- Repair JSON
Expand Down

0 comments on commit a92bde7

Please sign in to comment.