YYsuni / react18-json-view

JSON viewer for react18
https://jv.yysuni.com/
MIT License
236 stars 15 forks source link

`editable`: jump from key to value on `:` #37

Closed marcklingen closed 2 months ago

marcklingen commented 4 months ago

The editing of json in react18-json-view could work similarly as in the chrome dev tools where the editor automatically jumps from key to value when typing an :. What do you think? Are there use cases of including : in the key itself? This would make editing way easier.

Example CleanShot 2024-02-26 at 16 56 36

YYsuni commented 4 months ago

It seems need much codes, ok 🫡

marcklingen commented 2 months ago

Hi @YYsuni, I got a lot of feedback by our users who edit a lot of JSON within our application. We switched to codemirror for editing and use react18-json-viewer for viewing of JSON across the UI. Thanks for you effort on this!