This example uses go-jsonnet.
See the output in browser developer console.
Actual code:
local httpget = std.native("httpget"); local res = httpget("https://httpbin.org/anything"); {resp: std.parseJson(res)}