这是indexloc提供的服务,不要输入任何密码
Skip to content

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

@RuurdBijlsma

Description

@RuurdBijlsma

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions