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
Currently only top level fields can be accessed to configure their output format. Arrays/maps are printed as prettified JSON.
Need to be able to access lower lever objects so only specific nested attributed is printed instead of the whole structure.
Config might look like
- name: duration path: - a - b - c
and an entry for the given config would be something like
{ "a": { "b": { "c": { "duration": 123 } } } }
The text was updated successfully, but these errors were encountered:
sagg0t
No branches or pull requests
Currently only top level fields can be accessed to configure their output format.
Arrays/maps are printed as prettified JSON.
Need to be able to access lower lever objects so only specific nested attributed is printed instead of the whole structure.
Config might look like
and an entry for the given config would be something like
The text was updated successfully, but these errors were encountered: