ahmadnassri/httpsnippet

View on GitHub
src/fixtures/requests/jsonObj-null-value.json

Summary

Maintainability
Test Coverage
{
  "url": "http://mockbin.com/har",
  "method": "POST",
  "headers": [
    {
      "name": "content-type",
      "value": "application/json"
    }
  ],
  "postData": {
    "params": [],
    "text": "{\"foo\":null}",
    "stored": true,
    "mimeType": "application/json",
    "size": 0,
    "jsonObj": {
      "foo": null
    },
    "paramsObj": false
  }
}