Skip to content
Advertisement

Access data from a json array

I have this type of json object coming from a curl endpoint response:

JavaScript

i want to access full_name from that response and display it on my index.blade.php view page as a list of name like this:

JavaScript

Please assist me to access the value from that array above.

Advertisement

Answer

You can do like this :

JavaScript

Above code tested here

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement