I am trying to get the featured image link from an api call to my Wordpress page. The api call works well and the JSON Path should be something like this:
$[:]._embedded.wp:featuredmedia[:].link
I am doing it with FLUTTERFLOW and everytime I write the two dots after “wp” it gets red and says “End of input expected”. So I can not get this information.
I have tried many possibilities like:
$[:]._embedded.wp[:]featuredmedia[:].link
$[:]._embedded.wp”:”featuredmedia[:].link
Etc.
But it gets red everytime.
Could you help me with that? Thanks in advance.
The solution was:
$[:]._embedded['wp:featuredmedia'][:].source_url