2017-02-27 4 views
-2

JSon Wie in Decodierung JSon phpWie decode in php

{ 
    TestID": 1, 
    UserID": 1, 
    TotalAttempted": 1, 
    TotalQuestion": 1, 
    LeftQuestion": 1, 
    CorrectQuestion": 1, 
    IncorrectQuestion": 1, 
    TimeTaken": 1, 
    "msg": [ 
     { 
      "QuestionID": 5, 
      "IsTrue": 1, 
      "GivenAnswer": 1 
     }, 
    ] 
} 
+2

use' json_decode' siehe [Handbuch] (http://php.net/manual/en/function.json-decode.php) – gaurav

+0

Ok danke für deine Mitarbeit –

Antwort