Advertisement
Guest User

sw

a guest
Jun 1st, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.72 KB | None | 0 0
  1.     operationResult = SUCCESS;
  2.     operationType = "GET_MY_USER";
  3.     user =     {
  4.         birthDate = "Fri, 09 May 2014 21:00:00 UTC";
  5.         challenges =         (
  6.         );
  7.         correctAnswers = 0;
  8.         country = Bulgaria;
  9.         createdChallenges = 0;
  10.         dateCreated = "Wed, 01 Jun 2016 11:16:46 UTC";
  11.         email = "ggg@ggg.com";
  12.         finishedQuizes = 0;
  13.         gender = MALE;
  14.         grade =         {
  15.             id = 100;
  16.             level = BEGINER;
  17.             maxPoints = 4;
  18.             minPoints = 0;
  19.             nameEn = "Series Fan";
  20.             nameFr = "Fan de s\U00e9rie";
  21.             pointsToNextLevel = 5;
  22.         };
  23.         gradePoints = 0;
  24.         id = 16;
  25.         lang = EN;
  26.         password = ggg;
  27.         phone = 0886526364;
  28.         photo =         {
  29.             id = 155;
  30.             servingUrl = "http://lh3.googleusercontent.com/0viWHKG6azeSSpI9ulFRxNaIi23xVD_fooMvfz_bhWZ1QeVdPXnIWST4_kP6zOhI34CHwurjnLdCWPEeLEGlsSsP2Earv1KB";
  31.         };
  32.         rating =         (
  33.                         {
  34.                 episode =                 {
  35.                     airingDate = "Tue, 10 May 2016 00:00:00 UTC";
  36.                     airingTimeZone = "-12";
  37.                     answerNumber = 2;
  38.                     description = "Episode 2";
  39.                     descriptionFr = "Description Fr";
  40.                     id = 17;
  41.                     number = 2;
  42.                     question =                     (
  43.                                                 {
  44.                             answer =                             (
  45.                                                                 {
  46.                                     answerText = true;
  47.                                     correct = 1;
  48.                                     id = 451;
  49.                                     number = 0;
  50.                                 },
  51.                                                                 {
  52.                                     answerText = false;
  53.                                     correct = 0;
  54.                                     id = 452;
  55.                                     number = 1;
  56.                                 }
  57.                             );
  58.                             id = 122;
  59.                             number = 0;
  60.                             questionText = question;
  61.                         }
  62.                     );
  63.                     questionNumber = 1;
  64.                     season = 4;
  65.                     title = "Episode 2";
  66.                     titleFr = "Title Fr";
  67.                 };
  68.                 id = 92;
  69.                 ratingType =                 {
  70.                     id = 10;
  71.                     type = Great;
  72.                 };
  73.             },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement