export function puke(obj) { return
{JSON.stringify(obj, null, "  ")}
; }