I have this multiple json file containing below and i want to capture png with enabled:true status.
"png": {"enabled": true,"status": false },"jpeg": {"enabled": false,"status": false },Tried this but it only displays enabled: true. i want to display the code block name PNG as well.
grep -Er '"enabled:"\s*true