We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
I have something similar in my pull-request, but only show props names without values
#406
Sorry, something went wrong.
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/
No branches or pull requests
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
Once liner view:
And it can be controlled by a parameter to define how many bytes to show as default one liner.
Thanks.
The text was updated successfully, but these errors were encountered: