Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit Json from Graphical interface / Jump to json line #262

Closed
NielsKorschinsky opened this issue Nov 23, 2022 · 4 comments
Closed

Edit Json from Graphical interface / Jump to json line #262

NielsKorschinsky opened this issue Nov 23, 2022 · 4 comments
Labels
feature Feature request or suggestion

Comments

@NielsKorschinsky
Copy link

Feature

Hi,
I'm having the use case of editing my larger json file with many dictionary and array levels.
It is hard to find a child, using jsoncrack I am now able to find it.

Then, I want to see all the siblings and change one/few attributes of one of them.

To do so, two features would very important for both the VSC integration and the online editor.

  1. Using the current pop-up, being able to edit the json dictionary content, e.g. changing a true to false and more.
  2. Jump your editing/selected line in the editor to the child you are currently clicking as an alternative option for (larger) changes.

This would also allow me to easily find the correct child in the tree and then jump over to the json file to edit/inspect it.

Alternative solutions or implementations

No response

Other context

No response

@NielsKorschinsky NielsKorschinsky added the feature Feature request or suggestion label Nov 23, 2022
@victorbrambati
Copy link
Contributor

@NielsKorschinsky Good feature and feedback, I will explore it.

@AykutSarac
Copy link
Owner

@NielsKorschinsky Good feature and feedback, I will explore it.

I'd recommend waiting for version 3 release to start working on it probably, codebase will change significantly :)

@alete89
Copy link

alete89 commented Apr 19, 2023

Editing the JSON from the graph would be the nicest feature!

@AykutSarac
Copy link
Owner

Editing JSON from graph has been added now, other one can be followed up at #192.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature request or suggestion
Projects
Status: Done
Development

No branches or pull requests

4 participants