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

Make copying just the values from JSON rendered view possible #638

Open
RuurdBijlsma opened this issue Mar 5, 2025 · 4 comments
Open

Make copying just the values from JSON rendered view possible #638

RuurdBijlsma opened this issue Mar 5, 2025 · 4 comments

Comments

@RuurdBijlsma
Copy link

Tell us about the task you want to perform and are unable to do so because the feature is not available

I do a little login to my api, like this:

Image

and get a token. This token i want on my clipboard obviously. Now I can't select the text to copy it, so i have to use the little copy button, which would be fine if it didnt also copy the json structure around it. When i press the little copy button i get this:

{
  "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJwaWQiOiJiOTFmNWZhYS05NWYzLTQ1ZDUtYmM1ZC1kMjcxNjg3NGQ0NmUiLCJleHAiOjE3NDE3ODMwNzAsImNsYWltcyI6bnVsbH0.Okfmc52W6vZzl74-Y5hxLPVefhFatdkzs3pHgEcUc1tG1RTKc2v7quV2nwoEAy-1AVme-Run3698MuX_9yc7QQ"
}

Describe the solution/feature you'd like us to add

Either make the text selectable in the rendered json view, or make the copy button give me the value of the key in the json, not a new json object with just that key.

Any other feedback you would like to provide regarding the site

I like the app, keep it up

@RuurdBijlsma RuurdBijlsma added the enhancement New feature or request label Mar 5, 2025
@ashitaprasad
Copy link
Member

@RuurdBijlsma Thank you for your feedback. We will close this issue once the updated app is live. Thanks!

@ifeelgarv
Copy link

is this PR is opened or get solved? @ashitaprasad @RuurdBijlsma

@ashitaprasad
Copy link
Member

@GSingh2432002 This issue is already solved in the main branch. It will be shipped in the upcoming release.

@RuurdBijlsma
Copy link
Author

@GSingh2432002 This issue is already solved in the main branch. It will be shipped in the upcoming release.

Thanks! Great to hear

@ashitaprasad ashitaprasad removed the enhancement New feature or request label Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants