Hi,
I am trying to fetch data from Json something like this:
{"books":[{"name":"Harry Potter","description":"Harry Potter and the Philosopher's Stone is a fantasy novel written by British author J. K. Rowling.","url":"https://en.wikipedia.org/wiki/Harry_Potter_and_the_Philosopher%27s_Stone","authorinfo":[{"firstname":"J.K","surname":"Rowling"}]}]}
I have tried to do it from the example of guide by : .JSON File Parsing - How I understood It
And tried many things but i didnt get sucessed. As i dont know much about json, Could anybody help me?