ahmadnassri/httpsnippet

View on GitHub
src/fixtures/requests/jsonObj-multiline.json

Summary

Maintainability
Test Coverage
{
  "url": "http://mockbin.com/har",
  "method": "POST",
  "headers": [
    {
      "name": "content-type",
      "value": "application/json"
    }
  ],
  "postData": {
    "text": "{\n  \"foo\": \"bar\"\n}",
    "mimeType": "application/json"
  }
}