Feature description
Currently GitHub Search returns .ion files which make it difficult to access the returned JSON object for quick and easy use (need to convert to .json, get a .jsonl, then need to parse the file, etc.). Returning the object in a body (like we do with HTTP request) would give me the ability to use pebble expressions to immediately work through what GitHub returns.
Returning a .ion file might be a great option, but by default we should have a similar experience to HTTP request.