export function created(status, json){
  if (!json) { json = status; status = STATUS_CODES.created; }

  return [status, jsonMimeType, json];
}