name: json_post
request:
  url: http://localhost:3000/post
  method: POST
  json: 
    test: true
response: 
  - json: 
      test: "$.body.test"
  - equals: [ "<%! test %>", true ]
