-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Swap out json-iterator for golang default #8378
Conversation
json-iterator library failed to pretty print json for all inspection types. Fixes containers#8366 Signed-off-by: Jhon Honce <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jwhonce The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
LGTM |
jhonce, I assume it's too late to request tests. Can you offer me suggestions on how I can confirm this, including the erroneous behavior prior to this fix? |
@edsantiago I didn't add tests as they would be brittle. Previous behavior the output was randomly indented when doing |
LGTM but I'll defer merge until the tests discussion is settled |
/lgtm |
json-iterator library failed to pretty print json for all inspection
types.
Fixes #8366
Signed-off-by: Jhon Honce [email protected]