#!/bin/sh
set -e
result=`echo '{"answer": 42, "author": "Deepthought"}' | jello '_.answer'`
test "$result" = 42
