{
  "total": 19,
  "page": 1,
  "pagesize": 30,
  "questions": [
    {
      "tags": [
        "c++",
        "pointers",
        "casting",
        "c++-faq"
      ],
      "answer_count": 9,
      "accepted_answer_id": 1255015,
      "favorite_count": 297,
      "question_timeline_url": "/questions/28002/timeline",
      "question_comments_url": "/questions/28002/comments",
      "question_answers_url": "/questions/28002/answers",
      "question_id": 28002,
      "owner": {
        "user_id": 1821,
        "user_type": "registered",
        "display_name": "Graeme Perrow",
        "reputation": 18165,
        "email_hash": "2fcdc79d20203f12b3bdd7723de5a6f1"
      },
      "creation_date": 1219756855,
      "last_edit_date": 1369282409,
      "last_activity_date": 1369282409,
      "up_vote_count": 485,
      "down_vote_count": 1,
      "view_count": 102099,
      "score": 484,
      "community_owned": false,
      "title": "Regular cast vs. static_cast vs. dynamic_cast"
    },
    {
      "tags": [
        "c++",
        "split",
        "c++-faq",
        "stdstring"
      ],
      "answer_count": 39,
      "accepted_answer_id": 237280,
      "favorite_count": 383,
      "protected_date": 1354663593,
      "question_timeline_url": "/questions/236129/timeline",
      "question_comments_url": "/questions/236129/comments",
      "question_answers_url": "/questions/236129/answers",
      "question_id": 236129,
      "owner": {
        "user_id": 1630,
        "user_type": "registered",
        "display_name": "Ashwin",
        "reputation": 13058,
        "email_hash": "e656e8a79ae5a416f0c3d4de38d302b1"
      },
      "creation_date": 1224925101,
      "last_edit_date": 1357910182,
      "last_activity_date": 1369255653,
      "up_vote_count": 641,
      "down_vote_count": 1,
      "view_count": 514243,
      "score": 640,
      "community_owned": true,
      "title": "Splitting a string in C++"
    },
    {
      "tags": [
        "c++",
        "algorithm",
        "stl",
        "ordering"
      ],
      "answer_count": 4,
      "accepted_answer_id": 1293274,
      "favorite_count": 1,
      "question_timeline_url": "/questions/1293231/timeline",
      "question_comments_url": "/questions/1293231/comments",
      "question_answers_url": "/questions/1293231/answers",
      "question_id": 1293231,
      "owner": {
        "user_id": 34590,
        "user_type": "registered",
        "display_name": "FL4SOF",
        "reputation": 540,
        "email_hash": "ad4fc991a1fd6b91472ef0314828fce8"
      },
      "creation_date": 1250593985,
      "last_edit_date": 1285703713,
      "last_activity_date": 1369234050,
      "up_vote_count": 4,
      "down_vote_count": 0,
      "view_count": 1859,
      "score": 4,
      "community_owned": false,
      "title": "stl ordering - strict weak ordering"
    },
    {
      "tags": [
        "c++",
        "c",
        "pointers"
      ],
      "answer_count": 32,
      "accepted_answer_id": 5754,
      "favorite_count": 252,
      "bounty_amount": 50,
      "protected_date": 1304508357,
      "question_timeline_url": "/questions/5727/timeline",
      "question_comments_url": "/questions/5727/comments",
      "question_answers_url": "/questions/5727/answers",
      "question_id": 5727,
      "owner": {
        "user_id": 568,
        "user_type": "registered",
        "display_name": "David McGraw",
        "reputation": 3327,
        "email_hash": "4e0d0da7c9066cddef0987e9dc8d8194"
      },
      "creation_date": 1218176271,
      "last_edit_date": 1274617680,
      "last_activity_date": 1369233728,
      "up_vote_count": 305,
      "down_vote_count": 2,
      "view_count": 21312,
      "score": 303,
      "community_owned": true,
      "title": "What are the barriers to understanding pointers and what can be done to overcome them?"
    },
    {
      "tags": [
        "algorithm",
        "tree",
        "terminology"
      ],
      "answer_count": 3,
      "accepted_answer_id": 2603707,
      "favorite_count": 5,
      "question_timeline_url": "/questions/2603692/timeline",
      "question_comments_url": "/questions/2603692/comments",
      "question_answers_url": "/questions/2603692/answers",
      "question_id": 2603692,
      "owner": {
        "user_id": 249460,
        "user_type": "registered",
        "display_name": "Gabriel Ščerbák",
        "reputation": 6082,
        "email_hash": "7b1ddf384f9564dd800aa6fa74a2e804"
      },
      "creation_date": 1270763279,
      "last_activity_date": 1369204074,
      "up_vote_count": 14,
      "down_vote_count": 0,
      "view_count": 9919,
      "score": 14,
      "community_owned": false,
      "title": "What is the difference between tree depth and height?"
    },
    {
      "tags": [
        "c++",
        "namespaces",
        "std",
        "c++-faq"
      ],
      "answer_count": 18,
      "accepted_answer_id": 1452738,
      "favorite_count": 90,
      "question_timeline_url": "/questions/1452721/timeline",
      "question_comments_url": "/questions/1452721/comments",
      "question_answers_url": "/questions/1452721/answers",
      "question_id": 1452721,
      "owner": {
        "user_id": 176191,
        "user_type": "registered",
        "display_name": "Mana",
        "reputation": 1193,
        "email_hash": "9bed80a3291bbaeec9895a71682173ce"
      },
      "creation_date": 1253502503,
      "last_edit_date": 1369197027,
      "last_activity_date": 1369197027,
      "up_vote_count": 243,
      "down_vote_count": 0,
      "view_count": 62906,
      "score": 243,
      "community_owned": false,
      "title": "Why is \"using namespace std;\" considered bad practice?"
    },
    {
      "tags": [
        "creative-commons"
      ],
      "answer_count": 113,
      "favorite_count": 7162,
      "bounty_amount": 50,
      "closed_date": 1330543239,
      "closed_reason": "not constructive",
      "question_timeline_url": "/questions/194812/timeline",
      "question_comments_url": "/questions/194812/comments",
      "question_answers_url": "/questions/194812/answers",
      "question_id": 194812,
      "locked_date": 1330737561,
      "owner": {
        "user_id": 11110,
        "user_type": "registered",
        "display_name": "Karan",
        "reputation": 396,
        "email_hash": "8c796989ac14bf8c62cd17ea2bca1c05"
      },
      "creation_date": 1223767073,
      "last_edit_date": 1369150111,
      "last_activity_date": 1369150111,
      "up_vote_count": 2512,
      "down_vote_count": 15,
      "view_count": 792804,
      "score": 2497,
      "community_owned": true,
      "title": "List of freely available programming books"
    },
    {
      "tags": [
        "language-agnostic",
        "recursion",
        "iteration"
      ],
      "answer_count": 20,
      "accepted_answer_id": 933979,
      "favorite_count": 22,
      "question_timeline_url": "/questions/931762/timeline",
      "question_comments_url": "/questions/931762/comments",
      "question_answers_url": "/questions/931762/answers",
      "question_id": 931762,
      "owner": {
        "user_id": 77542,
        "user_type": "registered",
        "display_name": "Tordek",
        "reputation": 3841,
        "email_hash": "d2bb52913c4cebae8835bb50c03996d5"
      },
      "creation_date": 1243763284,
      "last_edit_date": 1243766461,
      "last_activity_date": 1369134617,
      "up_vote_count": 60,
      "down_vote_count": 0,
      "view_count": 14357,
      "score": 60,
      "community_owned": false,
      "title": "Can every recursion be converted into iteration?"
    },
    {
      "tags": [
        "c",
        "pointers",
        "reference"
      ],
      "answer_count": 21,
      "accepted_answer_id": 92054,
      "favorite_count": 9,
      "question_timeline_url": "/questions/92001/timeline",
      "question_comments_url": "/questions/92001/comments",
      "question_answers_url": "/questions/92001/answers",
      "question_id": 92001,
      "owner": {
        "user_id": 11911,
        "user_type": "registered",
        "display_name": "Iain",
        "reputation": 4398,
        "email_hash": "edbb7efe0607b97ddefa4d502fe2c03e"
      },
      "creation_date": 1221740394,
      "last_edit_date": 1225103737,
      "last_activity_date": 1369085253,
      "up_vote_count": 25,
      "down_vote_count": 1,
      "view_count": 4192,
      "score": 24,
      "community_owned": false,
      "title": "What is the real difference between Pointers and References?"
    },
    {
      "tags": [
        "c++",
        "reflection",
        "templates",
        "sfinae"
      ],
      "answer_count": 25,
      "favorite_count": 32,
      "question_timeline_url": "/questions/41453/timeline",
      "question_comments_url": "/questions/41453/comments",
      "question_answers_url": "/questions/41453/answers",
      "question_id": 41453,
      "owner": {
        "user_id": 3233,
        "user_type": "registered",
        "display_name": "Nick",
        "reputation": 5126,
        "email_hash": "1b92f4b443a948c6e974bb07a1619e4f"
      },
      "creation_date": 1220439545,
      "last_edit_date": 1277093455,
      "last_activity_date": 1369068345,
      "up_vote_count": 65,
      "down_vote_count": 0,
      "view_count": 39322,
      "score": 65,
      "community_owned": false,
      "title": "How can I add reflection to a C++ application?"
    },
    {
      "tags": [
        "c++",
        "books",
        "c++-faq"
      ],
      "answer_count": 49,
      "favorite_count": 2711,
      "bounty_amount": 50,
      "protected_date": 1334596214,
      "question_timeline_url": "/questions/388242/timeline",
      "question_comments_url": "/questions/388242/comments",
      "question_answers_url": "/questions/388242/answers",
      "question_id": 388242,
      "owner": {
        "user_id": 14388,
        "user_type": "registered",
        "display_name": "grepsedawk",
        "reputation": 2882,
        "email_hash": "1b71e4241b4eaed933a9f666fcdefada"
      },
      "creation_date": 1230009836,
      "last_edit_date": 1369064073,
      "last_activity_date": 1369064073,
      "up_vote_count": 2720,
      "down_vote_count": 25,
      "view_count": 332088,
      "score": 2695,
      "community_owned": true,
      "title": "The Definitive C++ Book Guide and List"
    },
    {
      "tags": [
        "algorithm",
        "math",
        "complexity",
        "big-o",
        "time-complexity"
      ],
      "answer_count": 6,
      "accepted_answer_id": 2387275,
      "favorite_count": 6,
      "question_timeline_url": "/questions/2387229/timeline",
      "question_comments_url": "/questions/2387229/comments",
      "question_answers_url": "/questions/2387229/answers",
      "question_id": 2387229,
      "owner": {
        "user_id": 215571,
        "user_type": "registered",
        "display_name": "psihodelia",
        "reputation": 5113,
        "email_hash": "e3e5162c66ad1d06860a340ea358aa08"
      },
      "creation_date": 1267798076,
      "last_edit_date": 1369053874,
      "last_activity_date": 1369053874,
      "up_vote_count": 18,
      "down_vote_count": 0,
      "view_count": 2620,
      "score": 18,
      "community_owned": false,
      "title": "Big O complexity of the basic arithmetic operations"
    },
    {
      "tags": [
        "algorithm",
        "optimization",
        "complexity",
        "big-o",
        "performance"
      ],
      "answer_count": 22,
      "accepted_answer_id": 4852666,
      "favorite_count": 279,
      "protected_date": 1352043712,
      "question_timeline_url": "/questions/3255/timeline",
      "question_comments_url": "/questions/3255/comments",
      "question_answers_url": "/questions/3255/answers",
      "question_id": 3255,
      "owner": {
        "user_id": 46,
        "user_type": "registered",
        "display_name": "Sven",
        "reputation": 6012,
        "email_hash": "72a8e46ddd2eb4c60fcd70b734b6d46f"
      },
      "creation_date": 1218017896,
      "last_edit_date": 1298534161,
      "last_activity_date": 1369000799,
      "up_vote_count": 239,
      "down_vote_count": 1,
      "view_count": 87315,
      "score": 238,
      "community_owned": false,
      "title": "Big O, how do you calculate/approximate it?"
    },
    {
      "tags": [
        "c++",
        "c",
        "arrays",
        "pointers",
        "pointer-arithmetic"
      ],
      "answer_count": 10,
      "accepted_answer_id": 381549,
      "favorite_count": 148,
      "protected_date": 1368882828,
      "question_timeline_url": "/questions/381542/timeline",
      "question_comments_url": "/questions/381542/comments",
      "question_answers_url": "/questions/381542/answers",
      "question_id": 381542,
      "owner": {
        "user_id": 356,
        "user_type": "registered",
        "display_name": "Dinah",
        "reputation": 12578,
        "email_hash": "d7903d8d8a0ef0b446d12906bc32dae8"
      },
      "creation_date": 1229706093,
      "last_edit_date": 1363787020,
      "last_activity_date": 1368878709,
      "up_vote_count": 486,
      "down_vote_count": 2,
      "view_count": 26036,
      "score": 484,
      "community_owned": false,
      "title": "In C arrays why is this true? a[5] == 5[a]"
    },
    {
      "tags": [
        "algorithm",
        "data-structures",
        "stack"
      ],
      "answer_count": 7,
      "favorite_count": 73,
      "protected_date": 1368850162,
      "question_timeline_url": "/questions/69192/timeline",
      "question_comments_url": "/questions/69192/comments",
      "question_answers_url": "/questions/69192/answers",
      "question_id": 69192,
      "owner": {
        "user_id": 7086,
        "user_type": "registered",
        "display_name": "Nitin",
        "reputation": 1283,
        "email_hash": "28aeb5c85f890f3bc1e1dd7810c66c04"
      },
      "creation_date": 1221536254,
      "last_edit_date": 1347647001,
      "last_activity_date": 1368844231,
      "up_vote_count": 80,
      "down_vote_count": 4,
      "view_count": 54245,
      "score": 76,
      "community_owned": false,
      "title": "How to implement a queue using two stacks?"
    },
    {
      "tags": [
        "c++",
        "templates",
        "metaprogramming"
      ],
      "answer_count": 6,
      "accepted_answer_id": 1219014,
      "favorite_count": 5,
      "question_timeline_url": "/questions/1219007/timeline",
      "question_comments_url": "/questions/1219007/comments",
      "question_answers_url": "/questions/1219007/answers",
      "question_id": 1219007,
      "owner": {
        "user_id": 63679,
        "user_type": "registered",
        "display_name": "n00ki3",
        "reputation": 2082,
        "email_hash": "806e0702ff5b6ef315124a04d954d017"
      },
      "creation_date": 1249223341,
      "last_edit_date": 1249224763,
      "last_activity_date": 1368829922,
      "up_vote_count": 13,
      "down_vote_count": 1,
      "view_count": 2511,
      "score": 12,
      "community_owned": false,
      "title": "C++ Template Metaprogramming - Is it possible to output the generated code?"
    },
    {
      "tags": [
        "math",
        "language-agnostic",
        "random"
      ],
      "answer_count": 26,
      "accepted_answer_id": 3956538,
      "favorite_count": 258,
      "protected_date": 1316452015,
      "question_timeline_url": "/questions/3956478/timeline",
      "question_comments_url": "/questions/3956478/comments",
      "question_answers_url": "/questions/3956478/answers",
      "question_id": 3956478,
      "owner": {
        "user_id": 463065,
        "user_type": "registered",
        "display_name": "Trufa",
        "reputation": 7995,
        "email_hash": "edb56216fd1104b03e56477dfc1a282c"
      },
      "creation_date": 1287373252,
      "last_edit_date": 1306022567,
      "last_activity_date": 1368822395,
      "up_vote_count": 621,
      "down_vote_count": 4,
      "view_count": 83156,
      "score": 617,
      "community_owned": false,
      "title": "Understanding \"randomness\""
    },
    {
      "tags": [
        "operating-system",
        "mutex",
        "semaphore",
        "glossary"
      ],
      "answer_count": 21,
      "favorite_count": 118,
      "question_timeline_url": "/questions/62814/timeline",
      "question_comments_url": "/questions/62814/comments",
      "question_answers_url": "/questions/62814/answers",
      "question_id": 62814,
      "owner": {
        "user_id": 7086,
        "user_type": "registered",
        "display_name": "Nitin",
        "reputation": 1283,
        "email_hash": "28aeb5c85f890f3bc1e1dd7810c66c04"
      },
      "creation_date": 1221484985,
      "last_edit_date": 1352423733,
      "last_activity_date": 1368820515,
      "up_vote_count": 136,
      "down_vote_count": 0,
      "view_count": 128816,
      "score": 136,
      "community_owned": false,
      "title": "Difference between binary semaphore and mutex"
    },
    {
      "tags": [
        "c++",
        "constructor",
        "explicit",
        "c++-faq",
        "explicit-constructor"
      ],
      "answer_count": 7,
      "accepted_answer_id": 121163,
      "favorite_count": 122,
      "question_timeline_url": "/questions/121162/timeline",
      "question_comments_url": "/questions/121162/comments",
      "question_answers_url": "/questions/121162/answers",
      "question_id": 121162,
      "owner": {
        "user_id": 1898,
        "user_type": "registered",
        "display_name": "Skizz",
        "reputation": 25581,
        "email_hash": "e222c924e06cc579a6866f6d7588ca66"
      },
      "creation_date": 1222178325,
      "last_edit_date": 1290107556,
      "last_activity_date": 1368814204,
      "up_vote_count": 424,
      "down_vote_count": 4,
      "view_count": 140783,
      "score": 420,
      "community_owned": false,
      "title": "What does the explicit keyword in C++ mean?"
    },
    {
      "tags": [
        "sql",
        "join",
        "inner-join",
        "outer-join"
      ],
      "answer_count": 10,
      "accepted_answer_id": 38578,
      "favorite_count": 366,
      "protected_date": 1342907514,
      "question_timeline_url": "/questions/38549/timeline",
      "question_comments_url": "/questions/38549/comments",
      "question_answers_url": "/questions/38549/answers",
      "question_id": 38549,
      "owner": {
        "user_id": 3836,
        "user_type": "registered",
        "display_name": "cdv",
        "reputation": 5920,
        "email_hash": "2bb1cf0d02755d1ef421ee1eff457609"
      },
      "creation_date": 1220308566,
      "last_edit_date": 1346491725,
      "last_activity_date": 1368745414,
      "up_vote_count": 750,
      "down_vote_count": 3,
      "view_count": 370542,
      "score": 747,
      "community_owned": false,
      "title": "Difference between inner and outer join"
    },
    {
      "tags": [
        "c++",
        "design-patterns",
        "observer-pattern"
      ],
      "answer_count": 5,
      "accepted_answer_id": 2225181,
      "favorite_count": 3,
      "question_timeline_url": "/questions/2225162/timeline",
      "question_comments_url": "/questions/2225162/comments",
      "question_answers_url": "/questions/2225162/answers",
      "question_id": 2225162,
      "owner": {
        "user_id": 102017,
        "user_type": "registered",
        "display_name": "Lucas",
        "reputation": 914,
        "email_hash": "64484f5e30f27fac4171619599b79237"
      },
      "creation_date": 1265666039,
      "last_activity_date": 1368699382,
      "up_vote_count": 6,
      "down_vote_count": 0,
      "view_count": 5203,
      "score": 6,
      "community_owned": false,
      "title": "Observer design pattern in C++"
    },
    {
      "tags": [
        "regex",
        "regex-negation"
      ],
      "answer_count": 10,
      "accepted_answer_id": 406408,
      "favorite_count": 417,
      "protected_date": 1318077285,
      "question_timeline_url": "/questions/406230/timeline",
      "question_comments_url": "/questions/406230/comments",
      "question_answers_url": "/questions/406230/answers",
      "question_id": 406230,
      "owner": {
        "user_id": 36830,
        "user_type": "registered",
        "display_name": "knaser",
        "reputation": 376,
        "email_hash": "4a6941ffb5267c6cd1f8b39549bdbe67"
      },
      "creation_date": 1230881416,
      "last_edit_date": 1251282026,
      "last_activity_date": 1368643889,
      "up_vote_count": 731,
      "down_vote_count": 0,
      "view_count": 465021,
      "score": 731,
      "community_owned": true,
      "title": "Regular expression to match string not containing a word?"
    },
    {
      "tags": [
        "c",
        "function",
        "strdup"
      ],
      "answer_count": 7,
      "accepted_answer_id": 252802,
      "favorite_count": 27,
      "question_timeline_url": "/questions/252782/timeline",
      "question_comments_url": "/questions/252782/comments",
      "question_answers_url": "/questions/252782/answers",
      "question_id": 252782,
      "owner": {
        "user_id": 31116,
        "user_type": "registered",
        "display_name": "Manoj Doubts",
        "reputation": 1426,
        "email_hash": "4efb98a1ab07449714ad6df4ee73ca7e"
      },
      "creation_date": 1225437345,
      "last_edit_date": 1225480863,
      "last_activity_date": 1368521461,
      "up_vote_count": 69,
      "down_vote_count": 6,
      "view_count": 92262,
      "score": 63,
      "community_owned": false,
      "title": "strdup() - what does it do in C?"
    },
    {
      "tags": [
        "c++",
        "c"
      ],
      "answer_count": 8,
      "accepted_answer_id": 88960,
      "favorite_count": 44,
      "question_timeline_url": "/questions/88957/timeline",
      "question_comments_url": "/questions/88957/comments",
      "question_answers_url": "/questions/88957/answers",
      "question_id": 88957,
      "owner": {
        "user_id": 17027,
        "user_type": "registered",
        "display_name": "Mahmoud Al-Qudsi",
        "reputation": 13221,
        "email_hash": "fb75fbfd9dd8d93d49ff88c152d82c92"
      },
      "creation_date": 1221698316,
      "last_edit_date": 1280480613,
      "last_activity_date": 1368501803,
      "up_vote_count": 169,
      "down_vote_count": 2,
      "view_count": 36541,
      "score": 167,
      "community_owned": false,
      "title": "What Does {0} Mean in C?"
    },
    {
      "tags": [
        "c++"
      ],
      "answer_count": 14,
      "accepted_answer_id": 321080,
      "favorite_count": 17,
      "question_timeline_url": "/questions/321068/timeline",
      "question_comments_url": "/questions/321068/comments",
      "question_answers_url": "/questions/321068/answers",
      "question_id": 321068,
      "owner": {
        "user_id": 10077,
        "user_type": "registered",
        "display_name": "Fred Larson",
        "reputation": 21926,
        "email_hash": "be4e820c7af6f3b79cf055d984cda7ff"
      },
      "creation_date": 1227712741,
      "last_edit_date": 1227713882,
      "last_activity_date": 1368428243,
      "up_vote_count": 36,
      "down_vote_count": 0,
      "view_count": 35582,
      "score": 36,
      "community_owned": false,
      "title": "Returning multiple values from a C++ function"
    },
    {
      "tags": [
        "c",
        "types",
        "char"
      ],
      "answer_count": 4,
      "accepted_answer_id": 2054941,
      "favorite_count": 9,
      "question_timeline_url": "/questions/2054939/timeline",
      "question_comments_url": "/questions/2054939/comments",
      "question_answers_url": "/questions/2054939/answers",
      "question_id": 2054939,
      "owner": {
        "user_id": 231485,
        "user_type": "registered",
        "display_name": "C Learner",
        "reputation": 231,
        "email_hash": "5b04975e8a54f5c522ff08848326fade"
      },
      "creation_date": 1263365234,
      "last_edit_date": 1263365812,
      "last_activity_date": 1368424543,
      "up_vote_count": 36,
      "down_vote_count": 0,
      "view_count": 15588,
      "score": 36,
      "community_owned": false,
      "title": "char is signed or unsigned by default"
    },
    {
      "tags": [
        "c",
        "matrix",
        "dynamic-programming"
      ],
      "answer_count": 5,
      "favorite_count": 22,
      "question_timeline_url": "/questions/1726632/timeline",
      "question_comments_url": "/questions/1726632/comments",
      "question_answers_url": "/questions/1726632/answers",
      "question_id": 1726632,
      "owner": {
        "user_id": 210111,
        "user_type": "unregistered",
        "display_name": "batt",
        "reputation": 111,
        "email_hash": "bba1c9b076ad0e397148be57cd62c076"
      },
      "creation_date": 1258076790,
      "last_edit_date": 1347749427,
      "last_activity_date": 1368404516,
      "up_vote_count": 22,
      "down_vote_count": 0,
      "view_count": 6942,
      "score": 22,
      "community_owned": false,
      "title": "Dynamic programming - Largest square block"
    },
    {
      "tags": [
        "c++",
        "trigraphs"
      ],
      "answer_count": 10,
      "accepted_answer_id": 1234618,
      "favorite_count": 10,
      "question_timeline_url": "/questions/1234582/timeline",
      "question_comments_url": "/questions/1234582/comments",
      "question_answers_url": "/questions/1234582/answers",
      "question_id": 1234582,
      "owner": {
        "user_id": 123111,
        "user_type": "registered",
        "display_name": "Kirill V. Lyadvinsky",
        "reputation": 38530,
        "email_hash": "09c137c69d6f658c01ff1bf444aac098"
      },
      "creation_date": 1249492539,
      "last_edit_date": 1270787697,
      "last_activity_date": 1368279934,
      "up_vote_count": 34,
      "down_vote_count": 0,
      "view_count": 5859,
      "score": 34,
      "community_owned": false,
      "title": "Purpose of Trigraph sequences in C++?"
    },
    {
      "tags": [
        "regex",
        "validation",
        "email"
      ],
      "answer_count": 43,
      "accepted_answer_id": 201378,
      "favorite_count": 420,
      "bounty_amount": 50,
      "protected_date": 1320612290,
      "question_timeline_url": "/questions/201323/timeline",
      "question_comments_url": "/questions/201323/comments",
      "question_answers_url": "/questions/201323/answers",
      "question_id": 201323,
      "owner": {
        "user_id": 24215,
        "user_type": "registered",
        "display_name": "acrosman",
        "reputation": 6488,
        "email_hash": "21edf76205c5ea60cafcd6435a4fe0a8"
      },
      "creation_date": 1223993674,
      "last_edit_date": 1342469828,
      "last_activity_date": 1368274838,
      "up_vote_count": 810,
      "down_vote_count": 6,
      "view_count": 228584,
      "score": 804,
      "community_owned": true,
      "title": "Using a regular expression to validate an email address"
    },
    {
      "tags": [
        "php",
        "puzzle"
      ],
      "answer_count": 11,
      "accepted_answer_id": 4098397,
      "favorite_count": 47,
      "question_timeline_url": "/questions/4098345/timeline",
      "question_comments_url": "/questions/4098345/comments",
      "question_answers_url": "/questions/4098345/answers",
      "question_id": 4098345,
      "owner": {
        "user_id": 14690,
        "user_type": "registered",
        "display_name": "Milan Babuškov",
        "reputation": 15997,
        "email_hash": "b99d795971e0611610fbfb4fb20f4a80"
      },
      "creation_date": 1288884991,
      "last_edit_date": 1288885437,
      "last_activity_date": 1368267157,
      "up_vote_count": 287,
      "down_vote_count": 0,
      "view_count": 16729,
      "score": 287,
      "community_owned": false,
      "title": "Why doesn't this code simply print letters A to Z?"
    }
  ]
}
