json-extractdevdata
JSON Extract (Best-effort)
Extract the first JSON object found in text and pretty-print it.
Inputs
Output
(no output yet)
Explanation
Useful for logs where JSON payloads are embedded in text.
Use it when you need a fast, offline conversion/validation step during development or debugging.
Related