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

Single line collapsed view #395

Open
jan876 opened this issue Feb 25, 2022 · 2 comments
Open

Single line collapsed view #395

jan876 opened this issue Feb 25, 2022 · 2 comments

Comments

@jan876
Copy link

jan876 commented Feb 25, 2022

One nice feature we were looking for was to show the first few bytes of the json in a single line instead of just showing fully collapsed mode.

i.e

{
  "name": "Jack",
  "age": 10
}

Once liner view:

+ {"name": "Jack", "ag...}

And it can be controlled by a parameter to define how many bytes to show as default one liner.

Thanks.

@zielinskipawel
Copy link

image
I have something similar in my pull-request, but only show props names without values

#406

@AlonMiz
Copy link

AlonMiz commented Nov 3, 2022

that is a great feature request.
that's an example from kibana logs view
https://deep-log-inspection.readthedocs.io/en/latest/user/kibana-logs/
image

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