<?php $json = '{ "returnValue": { "personelInformation": { "kimlikTipi": "x", "kimlikNo": "x", "adi": "xxxx", "soyadi": "xxx", "ilKodu": "0", "ilceKodu": "0", "uyruk": "1", "mernisBilgisi": "0", "oid": "xxxxx", "created": "Kas 21, 2017", "createdBy": "admin" }, "adres": [], "iletisim": [{ "kisiOid": "xxxxxx", "iletisimTercihi": " ", "odaBorsaNo": "xxxx", "odaBorsaSubeNo": "xxxx", "oid": "xxxxxx", "created": "Kas 17, 2017", "createdBy": "Admin" }], "telefon": [], "eposta": [], "ortaklar": [], "temsilciler": [], "ilgililer": [] } }'; $person = json_decode($json); echo $person->returnValue->personelInformation->created;
You have javascript disabled. You will not be able to edit any code.