I have to get json response like i have a link which have 1000 line of json response and from that 1000 line i have to get some particular data from json how should i acheive this ?in some possible ways i can create a structure of that total response but that would we static method but i have to work on this dynamically.
I didn't really found any similar code in the documentation of Serde. Maybe you can recommend an other library for that.