Created
June 9, 2012 15:44
-
-
Save theycallmeswift/2901503 to your computer and use it in GitHub Desktop.
Parse API example JSON
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"headers":"Received: by 127.0.0.1 with SMTP id biZiwTWjjD Sat, 09 Jun 2012 10:43:52 -0500 (CDT)\nReceived: from mail-yx0-f172.google.com (mail-yx0-f172.google.com [209.85.213.172]) by mx4.sendgrid.net (Postfix) with ESMTPS id 1A9D419C652B for <[email protected]>; Sat, 9 Jun 2012 10:43:52 -0500 (CDT)\nReceived: by yenq13 with SMTP id q13so2338739yen.17 for <[email protected]>; Sat, 09 Jun 2012 08:43:51 -0700 (PDT)\nDKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sendgrid.com; s=ga1; h=mime-version:date:message-id:subject:from:to:content-type; bh=6ndRTMDsIj0LBFl4mwV5dA4IylaCh0iRAVSfFThxTJQ=; b=NfHHw8s3kiwjR+880fIclXOehS2bUgyzPFo7/7zrBYRzj/LoQHSAore6XNjrkjLthK BhiJJkkLTE3cR9XCuhQIyW5wC6kaKOyQKTAOvqNnWvw8IwD819JlAdopH55ljHsTElAS 8uR6RECrZsHkZAfSgywBuhd3NvSIB+CHv4rYc=\nX-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :x-gm-message-state; bh=6ndRTMDsIj0LBFl4mwV5dA4IylaCh0iRAVSfFThxTJQ=; b=gnRllqXR6DmtBBXCynz+HTEVP+75l7w56CbGv+7XsIKkaZsyCl1eTZloGlWk4u63CK JXyITDFhA9vwNX29jl281mCHabLCe5b6U0sueEJXC9E8yCsB75OYKp8fiaRLOImakeN+ Ahx3563H1KPFP2dZluFEQjAX1nZRzdMlZHqGCAhjtCv8Zb5PvonRPCmv4tqm++HFkepy eGNVU2EghMUvo/Q8x9K/Mh4W1poZIfS7B1/5NTuYBoP9UVRk4j7pH7MXtmxQzrIUdy7F g6KwgHI/yxqYMo+S7fwigCEdIrsfeQ1Mq+9GfIKyX7OW7mchXOZ/W95i9mV8RRuOXAOk TcNQ==\nMIME-Version: 1.0\nReceived: by 10.50.140.4 with SMTP id rc4mr4178557igb.68.1339256631432; Sat, 09 Jun 2012 08:43:51 -0700 (PDT)\nReceived: by 10.50.104.137 with HTTP; Sat, 9 Jun 2012 08:43:51 -0700 (PDT)\nDate: Sat, 9 Jun 2012 11:43:51 -0400\nMessage-ID: <CANwrcu3p1TPWC1VAJzzt03efP=ouMs0WLKuKCPp-bmRrZSCtxQ@mail.gmail.com>\nSubject: Hello world\nFrom: Swift <[email protected]>\nTo: [email protected]\nContent-Type: multipart/alternative; boundary=e89a8f83a129c795f104c20bfb60\nX-Gm-Message-State: ALoCoQmDfRpg/5gjiVgVoOxM/JsJpKEdLHYebXrQJ1Oivih7/H4h1L5kFgDYFCKu5XHp9BHBNppD\n", | |
"attachments":"0", | |
"dkim":"{@sendgrid.com : pass}", | |
"subject":"Hello world", | |
"to":"[email protected]", | |
"html":"This is the body<br clear=\"all\"><div><br></div>-- <br><div><i>Follow me on Twitter:???<a href=\"https://twitter.com/#!/SwiftAlphaOne\" style=\"color:rgb(17,85,204)\" target=\"_blank\">@SwiftAlphaOne</a>???|???<a href=\"https://twitter.com/#!/SendGrid\" style=\"color:rgb(17,85,204)\" target=\"_blank\">@SendGrid</a></i></div>\n<br>\n", | |
"from":"Swift <[email protected]>", | |
"text":"This is the body\r\n\r\n-- \r\n*Follow me on Twitter: @SwiftAlphaOne <https://twitter.com/#!/SwiftAlphaOne>\r\n | @SendGrid <https://twitter.com/#!/SendGrid>*\n", | |
"envelope":"{\"to\":[\"[email protected]\"],\"from\":\"[email protected]\"}", | |
"charsets":"{\"to\":\"UTF-8\",\"html\":\"ISO-8859-1\",\"subject\":\"UTF-8\",\"from\":\"UTF-8\",\"text\":\"ISO-8859-1\"}", | |
"SPF":"pass" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment