Add inline image rendering for JSON responses with inlineData#210
Add inline image rendering for JSON responses with inlineData#210
Conversation
Recursively scans JSON responses for objects with the shape:
{ inlineData: { mimeType: "image/...", data: "base64..." } }
Found images are rendered below the JSON output as max-width:100%
images using data URIs, with metadata showing the MIME type and
JSON path where each image was found.
|
Claude finished @simonw's task —— View job Code Review Complete ✅Todo List:
Review SummaryThis PR adds functionality to automatically detect and render inline image data from JSON responses. The implementation scans JSON for objects with the specific shape Code Quality & Best Practices ✅Strengths:
Areas for improvement:
Security Assessment
|

Recursively scans JSON responses for objects with the shape:
{ inlineData: { mimeType: "image/...", data: "base64..." } }
Found images are rendered below the JSON output as max-width:100%
images using data URIs, with metadata showing the MIME type and
JSON path where each image was found.
https://gisthost.github.io/?eb6299cfaf5d4c8bdcdaffb233d3dbb0/index.html