I am having an issue dealing with the notation used in a JSON file I am trying parse. Some of the nodes have . (periods) in the names which escapes object-notation
($json = $article->rssFeed.url;)
Nasıl düğümleri seçme hakkında gitmek istiyorum. Ben. (Dönemleri) str_replace gerekiyor, ya da kullanabileceğiniz bazı diğer gösterim var mı? İşte JSON snippet'idir:
"docs": [{"rssFeed.type": "news", "rssFeed.url": "http://www.example.com/", "score": 1.0 }]